You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)
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: