Skip to content

Commit

Permalink
Add SLOT-STATS under CLUSTER HELP string. (valkey-io#988)
Browse files Browse the repository at this point in the history
Add help wording for cluster SLOT-STATS.

Signed-off-by: Kyle Kim <[email protected]>
  • Loading branch information
kyle-yh-kim authored Sep 3, 2024
1 parent ea58fbf commit 2d1eca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,8 @@ void clusterCommandHelp(client *c) {
"SLOTS",
" Return information about slots range mappings. Each range is made of:",
" start, end, primary and replicas IP addresses, ports and ids",
"SLOT-STATS",
" Return an array of slot usage statistics for slots assigned to the current node.",
"SHARDS",
" Return information about slot range mappings and the nodes associated with them.",
NULL};
Expand Down

0 comments on commit 2d1eca5

Please sign in to comment.