Skip to content

Commit

Permalink
explain paused actions for info clients
Browse files Browse the repository at this point in the history
Signed-off-by: zhaozhao.zz <zhaozhao.zz@alibaba-inc.com>
  • Loading branch information
soloestoy committed Jan 14, 2025
1 parent c71ba8a commit c3548bc
Showing 1 changed file with 4 additions and 0 deletions.
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 will be paused,
"write" means clients executing write commands will be paused,
and "none" means no clients will be paused.
* `paused_timeout_milliseconds`: The remaining time of the paused actions.

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

Expand Down

0 comments on commit c3548bc

Please sign in to comment.