mirror of
https://github.com/redis/redis.git
synced 2026-01-14 00:28:01 -05:00
Close https://github.com/redis/redis/issues/13414 When the cluster's master node fails and is switched to another node, the first node in the shard node list (the old master) is no longer valid. Add a new method clusterGetMasterFromShard() to obtain the current master.