Skip to content

Commit 3e12e79

Browse files
soloestoyenjoy-binbinzuiderkwast
authored
Add paused_actions and paused_timeout_milliseconds fields for info clients (#215)
See valkey-io/valkey#1519. Signed-off-by: zhaozhao.zz <[email protected]> Co-authored-by: Binbin <[email protected]> Co-authored-by: Viktor Söderqvist <[email protected]>
1 parent e68f72b commit 3e12e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commands/info.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ Here is the meaning of all fields in the **clients** section:
315315
* `total_watched_keys`: Number of watched keys. Added in Valkey 8.0.
316316
* `total_blocking_keys`: Number of blocking keys.
317317
* `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.
318+
* `paused_actions`: The current paused actions of the instance: "all" means all clients are paused,
319+
"write" means clients executing write commands are paused,
320+
and "none" means no clients are paused. Added in Valkey 8.1.
321+
* `paused_timeout_milliseconds`: The remaining time of the paused actions. Added in Valkey 8.1.
318322

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

0 commit comments

Comments
 (0)