Skip to content

Commit f0f4e52

Browse files
authored
Avoid indicating that cluster slots is being replaced by cluster shards (#366)
We decided to un-deprecate CLUSTER SLOTS api sometime back and are maintaining both of it Signed-off-by: Harkrishn Patro <[email protected]>
1 parent b1edacb commit f0f4e52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/cluster-shards.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ A shard is defined as a collection of nodes that serve the same set of slots and
33
A shard may only have a single primary at a given time, but may have multiple or no replicas.
44
It 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-
86
The command is suitable to be used by Valkey Cluster client libraries in order to understand the topology of the cluster.
97
A client should issue this command on startup in order to retrieve the map associating cluster *hash slots* with actual node information.
108
This map should be used to direct commands to the node that is likely serving the slot associated with a given command.

0 commit comments

Comments
 (0)