From 2d1eca577ef73e5ab6a5450d7c833924f591ae1a Mon Sep 17 00:00:00 2001 From: "Kyle Kim (kimkyle@)" <105247741+kyle-yh-kim@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:59:06 -0400 Subject: [PATCH] Add SLOT-STATS under CLUSTER HELP string. (#988) Add help wording for cluster SLOT-STATS. Signed-off-by: Kyle Kim --- src/cluster.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cluster.c b/src/cluster.c index edca39585..9b9e1f04e 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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};