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
Typically when I use redis clients like redis-cli or Jedis, I have an option to connect with a node in the cluster and have it follow thru with option -c
When I have the plugin connect to my redis cluster I am getting the error
'"redis connection error","error":"Redis server returned error code: MOVED 2242 188.0.1.45:6379"}'
Is there equivalent one available with the plugin to connect with Redis cluster?
Typically when I use redis clients like redis-cli or Jedis, I have an option to connect with a node in the cluster and have it follow thru with option -c
When I have the plugin connect to my redis cluster I am getting the error
'"redis connection error","error":"Redis server returned error code: MOVED 2242 188.0.1.45:6379"}'
Is there equivalent one available with the plugin to connect with Redis cluster?
redis-cli -c option defn:
-c Enable cluster mode (follow -ASK and -MOVED redirections).
Thanks
Lax
The text was updated successfully, but these errors were encountered: