-
Notifications
You must be signed in to change notification settings - Fork 79
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
v1.6.0 no longer works with Redis cluster #131
Comments
cc @lewispb |
I just ran the test suite against Redis Cluster locally and most of it failed. Looks like we don't support Redis Cluster. It's not just We could add a note to the Readme perhaps? #137 |
FWIW I'm in the process of trying to get as much of Once we get that support landed, making kredis work with redis-cluster should be a case of figuring out which keys need to be accessed transactionally together, and adding |
Attempting to use defaults raises an error because the
unwatch
command is not supported on Redis clusters.https://github.com/redis/redis-rb/blob/v4.8.1/lib/redis/cluster.rb#L151
The text was updated successfully, but these errors were encountered: