Add SLOT-STATS under CLUSTER HELP string. (#988)

Add help wording for cluster SLOT-STATS.

Signed-off-by: Kyle Kim <kimkyle@amazon.com>
This commit is contained in:
Kyle Kim (kimkyle@) 2024-09-03 15:59:06 -04:00 committed by GitHub
parent ea58fbf40d
commit 2d1eca577e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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};