You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/info.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ Here is the meaning of all fields in the **memory** section:
150
150
*`mem_replication_backlog`: Memory used by replication backlog
151
151
*`mem_total_replication_buffers`: Total memory consumed for replication buffers - Added in Redis 7.0.
152
152
*`mem_allocator`: Memory allocator, chosen at compile time.
153
+
*`mem_overhead_db_hashtable_rehashing`: Temporary memory overhead of database dictionaries currently being rehashed - Added in 8.0.
153
154
*`active_defrag_running`: When `activedefrag` is enabled, this indicates whether defragmentation is currently active, and the CPU percentage it intends to utilize.
154
155
*`lazyfree_pending_objects`: The number of objects waiting to be freed (as a
155
156
result of calling `UNLINK`, or `FLUSHDB` and `FLUSHALL` with the **ASYNC**
0 commit comments