File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
319323Here is the meaning of all fields in the ** memory** section:
320324
You can’t perform that action at this time.
0 commit comments