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
When I try to connect to a (misconfigured) redis server with cluster support disabled, using new Redis.Cluster(redisNodes): the client keeps retrying to connect, without informing the user that the server is misconfigured.
The server error was ERR This instance has cluster support disabled. Sending an error would allow to fallback on a non-cluster redis client.
The text was updated successfully, but these errors were encountered:
With [email protected]
When I try to connect to a (misconfigured) redis server with cluster support disabled, using
new Redis.Cluster(redisNodes)
: the client keeps retrying to connect, without informing the user that the server is misconfigured.The server error was
ERR This instance has cluster support disabled
. Sending an error would allow to fallback on a non-cluster redis client.The text was updated successfully, but these errors were encountered: