Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent error when redis server has cluster support disabled #82

Closed
Volune opened this issue Jun 26, 2015 · 2 comments
Closed

Silent error when redis server has cluster support disabled #82

Volune opened this issue Jun 26, 2015 · 2 comments

Comments

@Volune
Copy link

Volune commented Jun 26, 2015

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.

@luin
Copy link
Collaborator

luin commented Jun 26, 2015

makes sense

@luin
Copy link
Collaborator

luin commented Jun 28, 2015

Added in 1.5.6

@luin luin closed this as completed Jun 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants