perl-redis icon indicating copy to clipboard operation
perl-redis copied to clipboard

Doesn't seem to support Redis cluster mode

Open iamalnewkirk opened this issue 5 years ago • 2 comments

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

iamalnewkirk avatar Aug 15 '20 03:08 iamalnewkirk

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

dams avatar Aug 17 '20 07:08 dams

@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

iamalnewkirk avatar Aug 17 '20 17:08 iamalnewkirk