File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ A shard is defined as a collection of nodes that serve the same set of slots and
33A shard may only have a single primary at a given time, but may have multiple or no replicas.
44It is possible for a shard to not be serving any slots while still having replicas.
55
6- This command replaces the [ ` CLUSTER SLOTS ` ] ( cluster-slots.md ) command, by providing a more efficient and extensible representation of the cluster.
7-
86The command is suitable to be used by Valkey Cluster client libraries in order to understand the topology of the cluster.
97A client should issue this command on startup in order to retrieve the map associating cluster * hash slots* with actual node information.
108This map should be used to direct commands to the node that is likely serving the slot associated with a given command.
You can’t perform that action at this time.
0 commit comments