We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6717202 commit a07a654Copy full SHA for a07a654
content/commands/info.md
@@ -152,6 +152,7 @@ Here is the meaning of all fields in the **memory** section:
152
* `used_memory_rss_human`: Human readable representation of previous value
153
* `used_memory_peak`: Peak memory consumed by Redis (in bytes)
154
* `used_memory_peak_human`: Human readable representation of previous value
155
+* `used_memory_peak_time`: Time when peak memory was recorded
156
* `used_memory_peak_perc`: The percentage of `used_memory` out of `used_memory_peak`
157
* `used_memory_overhead`: The sum in bytes of all overheads that the server
158
allocated for managing its internal data structures
0 commit comments