Skip to content

Commit 762a19a

Browse files
authored
DEV: (cmds) update CLUSTER SLOT-STATS command page (#2563)
1 parent d0d4109 commit 762a19a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/commands/cluster-slot-stats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,14 @@ The command reports on the following statistics:
105105

106106
* `KEY-COUNT`: Number of keys stored in the slot.
107107
* `CPU-USEC`: CPU time (in microseconds) spent handling the slot.
108+
* `MEMORY-BYTES`: Number of bytes allocated by the slot.
108109
* `NETWORK-BYTES-IN`: Total inbound network traffic (in bytes) received by the slot.
109110
* `NETWORK-BYTES-OUT`: Total outbound network traffic (in bytes) sent from the slot.
110111

112+
{{< note>}}
113+
`MEMORY-BYTES` requires that you set `cluster-slot-stats-enabled` to `yes` in your `redis.conf` file.
114+
{{< /note >}}
115+
111116
## Redis Enterprise and Redis Cloud compatibility
112117

113118
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |

0 commit comments

Comments
 (0)