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

redis 3.0 cluster ,client can not auto failover #34

Open
celesky opened this issue Nov 8, 2019 · 0 comments
Open

redis 3.0 cluster ,client can not auto failover #34

celesky opened this issue Nov 8, 2019 · 0 comments

Comments

@celesky
Copy link

celesky commented Nov 8, 2019

redis version 3.2 and cluster is build with official solution
https://redis.io/topics/cluster-tutorial
i create the cluster:
master A and slave a
master B and slave b
master C and slave c

when my application started ,client will auto create connect with master node A,B,C.
but when i killed node A , client can not failover to a( a has upgrade to Master this time)
client will always send command to A node, but the problem is, node A is down.

it should auto update the cluster infomation, and auto reconnect to the new master node a.

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

1 participant