Skip to content
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

Doesn't seem to support Redis cluster mode #147

Open
iamalnewkirk opened this issue Aug 15, 2020 · 2 comments
Open

Doesn't seem to support Redis cluster mode #147

iamalnewkirk opened this issue Aug 15, 2020 · 2 comments

Comments

@iamalnewkirk
Copy link

Accessing a key located on a different shard doesn't follow the redirect and instead throws an error.

@dams
Copy link
Member

dams commented Aug 17, 2020

Can you explain a bit more your setup, and how to reproduce ? Did you try using Redis::Cluster ?

@iamalnewkirk
Copy link
Author

@dams Thanks for the reply. I'm using Redis in cluster-mode with a 3-node cluster and pointing the Redis client at one of the nodes. The Redis client works using single-node mode but not with cluster mode. I have tried Redis::Cluster and it works but I had to patch it! See shogo82148/Redis-Fast#99 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants