Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explain paused actions for info clients #215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 will be paused,
"write" means clients executing write commands will be paused,
and "none" means no clients will be 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
Loading