-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
RedisClient library used for RedisStore #62
Labels
question
Further information is requested
Comments
Hi! We use socket.io-admin-ui/package.json Line 52 in fcf32cc
Not sure the socket.io-admin-ui/lib/stores.ts Lines 31 to 72 in fcf32cc
But you should be able to write your own store by extending the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use the RedisStore for sessionId storage and I am not seeing any entry in RedisDB for this. So, I want to know which RedisClient is being used to insert key in RedisDB.
I use "ioredis": "^5.2.5" in my nodejs application. The admin UI is working correctly. I was expecting an entry in Redis but not seeing one. So, I want to understand this a little better.
The text was updated successfully, but these errors were encountered: