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
cluster client apis:
cluster shards returns the status of replica nodes
cluster slots does not return a replica if it did not finished loading
To support this changes we need the following changes:
add to cluster config change to add replica state
cluster manager update the replica state on the config command, it should pull the state from the replica and once it updated it should run the cluster config command
update the responce for the cluster shards/ cluster slots/ cluster nodes commands
The text was updated successfully, but these errors were encountered:
cluster client apis:
cluster shards returns the status of replica nodes
cluster slots does not return a replica if it did not finished loading
To support this changes we need the following changes:
The text was updated successfully, but these errors were encountered: