-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cluster support? #55
Comments
@mullerivan I think you should be able to create the connections to the client manually, and then pass them into the options like so:
That's assuming you can use the cluster stuff with a regular redis client. |
Coll that looks really good,
something similar to this: but just for Pubsub |
I'm not 100% sure if ioredis is compatible with this library, but if it is you should be able to pass it in as the I don't think it makes sense to add special conditions for cluster support in the NRP config, though. |
@RangerMauve Thanks for your time dude |
Hi there what about connecting to 10 cluster servers, there is any way to do it?
The text was updated successfully, but these errors were encountered: