-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stash with Redis-clustr #7
Comments
This is something we've also run into on occasion - I believe the issue shows up if your initial connection to the cluster is made via a hostname rather than IP address. There's some mismatch where after getting the original cluster configuration, connections to each individual node have to be made, and The Proper Fix here would be to make An interim way to work around this is to use explicit IP addresses in your connection configuration rather than hostnames. But obviously that's not ideal. |
Thanks for the reply. We are creating the cluster with an ip address already. EDIT: |
Has this issue fixed ? |
Hey,
We are trying to use stash with redis-clustr and everytime it tries to connect it errors out with couldn't get subscriber client, after looking into the code the only reason i can see that this is happening is because none of the clients are currently ready.
Is this possible and if so is there an example
Nick
The text was updated successfully, but these errors were encountered: