Skip to content

Commit fb64106

Browse files
committed
DEV: fix memory stat description in the INFO command
1 parent 9809b31 commit fb64106

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/commands/info/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ Here is the meaning of all fields in the **memory** section:
151151
* `used_memory_rss_human`: Human readable representation of previous value
152152
* `used_memory_peak`: Peak memory consumed by Redis (in bytes)
153153
* `used_memory_peak_human`: Human readable representation of previous value
154-
* `used_memory_peak_perc`: The percentage of `used_memory_peak` out of
155-
`used_memory`
154+
* `used_memory_peak_perc`: The percentage of `used_memory` out of `used_memory_peak`
156155
* `used_memory_overhead`: The sum in bytes of all overheads that the server
157156
allocated for managing its internal data structures
158157
* `used_memory_startup`: Initial amount of memory consumed by Redis at startup

0 commit comments

Comments
 (0)