From 6eb29aeea263c61b5428f02e1388c7d4a6de493c Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 18 Dec 2025 12:28:36 -0800 Subject: [PATCH] DEV: (cmds) update CLUSTER SLOT-STATS command page --- content/commands/cluster-slot-stats.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/commands/cluster-slot-stats.md b/content/commands/cluster-slot-stats.md index 3883ef060..146353d58 100644 --- a/content/commands/cluster-slot-stats.md +++ b/content/commands/cluster-slot-stats.md @@ -105,9 +105,14 @@ The command reports on the following statistics: * `KEY-COUNT`: Number of keys stored in the slot. * `CPU-USEC`: CPU time (in microseconds) spent handling the slot. +* `MEMORY-BYTES`: Number of bytes allocated by the slot. * `NETWORK-BYTES-IN`: Total inbound network traffic (in bytes) received by the slot. * `NETWORK-BYTES-OUT`: Total outbound network traffic (in bytes) sent from the slot. +{{< note>}} +`MEMORY-BYTES` requires that you set `cluster-slot-stats-enabled` to `yes` in your `redis.conf` file. +{{< /note >}} + ## Redis Enterprise and Redis Cloud compatibility | Redis
Enterprise | Redis
Cloud | Notes |