Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ Here is the meaning of all fields in the **clients** section:
* `total_watched_keys`: Number of watched keys. Added in Valkey 8.0.
* `total_blocking_keys`: Number of blocking keys.
* `total_blocking_keys_on_nokey`: Number of blocking keys that one or more clients that would like to be unblocked when the key is deleted.
* `paused_actions`: The current paused actions of the instance: "all" means all clients are paused,
"write" means clients executing write commands are paused,
and "none" means no clients are paused. Added in Valkey 8.1.
* `paused_timeout_milliseconds`: The remaining time of the paused actions. Added in Valkey 8.1.

Here is the meaning of all fields in the **memory** section:

Expand Down