-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support sails.socket.join with redis #2139
Comments
luislobo
changed the title
Does sails.socket.join "work" with redis?
Support sails.socket.join with redis
Aug 21, 2014
@luislobo is this still an issue? |
Thanks for posting, @luislobo. I'm a repo bot-- nice to meet you! It has been 60 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:
Thanks so much for your help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was reading the code, to learn how Room Join it is implemented in Sails, as we are having some issues using them, and read a TODO Comment in the .join function:
// TODO: add support for optional callback (for use w/ redis)
We were planning to use redis, as the socket repository, since we will need to have several node servers.
Does the current implementation supports it?
Thanks!
The text was updated successfully, but these errors were encountered: