-
Notifications
You must be signed in to change notification settings - Fork 21
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 #99
Comments
Right. Redis-Fast doesn't support Redis cluster mode currently. |
It hasn't been updated since 2015 but I tried it anyway and it failed:
|
I got it to work. FYI, to fix this you need to edit this line: https://metacpan.org/source/SMSONLINE/Redis-Cluster-0.14/lib/Redis/Cluster.pm#L665 and change:
to this:
|
FWIW, Redis::Cluster::Fast is probably the way to go for accessing Redis cluster from Perl. For Redis::Cluster, more places than the above one need to be patched for newer Redis protocol. See this issue for a more complete patch: |
Accessing a key located on a different shard doesn't follow the redirect and instead throws an error.
The text was updated successfully, but these errors were encountered: