perl-redis
perl-redis copied to clipboard
Doesn't seem to support Redis cluster mode
Accessing a key located on a different shard doesn't follow the redirect and instead throws an error.
Can you explain a bit more your setup, and how to reproduce ? Did you try using Redis::Cluster ?
@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 https://github.com/shogo82148/Redis-Fast/issues/99#issuecomment-674406795