We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference: https://github.com/socketio/socket.io-admin-ui/blob/develop/lib/stores.ts#L68
I think it's caused by the value set with boolean not support anymore.
set
boolean
System Details
OS: Ubuntu 22.04.2 LTS Node: v18.15.0 Socket.IO: 4.5.2 Socket.IO Admin UI: 0.5.1 Redis: 4.3.1
The text was updated successfully, but these errors were encountered:
feat(server): add store based on redis@4
f27e076
Reference: https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md Related: #65
6ba2163
Hi! The current store is not compatible with redis@4, we need to create another implementation: 6ba2163
redis@4
Sorry, something went wrong.
Thank you for your response!
Looking forward to seeing this stage will be released soon.
No branches or pull requests
Reference: https://github.com/socketio/socket.io-admin-ui/blob/develop/lib/stores.ts#L68
I think it's caused by the value
set
withboolean
not support anymore.System Details
The text was updated successfully, but these errors were encountered: