This is an automated email from the ASF dual-hosted git repository.
PragmaTwice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 210ddb68 Add more client subcommands in supported-commands.md (#378)
210ddb68 is described below
commit 210ddb68082f7a6248ec6f16d93a992583b9913b
Author: Twice <[email protected]>
AuthorDate: Wed May 27 22:44:09 2026 +0800
Add more client subcommands in supported-commands.md (#378)
---
docs/supported-commands.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 4caba0ff..9ceefb6f 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -438,14 +438,14 @@ These commands are subcommands for `CLIENT`, using as
`CLIENT INFO` etc.
| LIST | ✓ | v1.0.0 | List open connections.
|
| NO-EVICT | x | - | Set the client eviction
mode of the connection.
|
| NO-TOUCH | x | - | Controls whether commands
sent by the client affect the LRU/LFU of the accessed keys.
|
-| PAUSE | x | - | Suspends commands
processing.
|
+| PAUSE | ✓ | unstable | Suspends commands
processing.
|
| REPLY | ✓ | v2.13.0 | Instructs the server
whether to reply to commands.
|
-| SETINFO | x | - | Sets information specific
to the client or connection.
|
+| SETINFO | ✓ | unstable | Sets information specific
to the client or connection.
|
| SETNAME | ✓ | v1.0.0 | Sets the connection name.
|
| TRACKING | x | - | Controls server-assisted
client-side caching for the connection.
|
| TRACKINGINFO | x | - | Returns information about
the server-assisted client-side caching for the connection.
|
| UNBLOCK | x | - | Unblocks a client blocked
by a blocking command from a different connection.
|
-| UNPAUSE | x | - | Resumes processing
commands from paused clients.
|
+| UNPAUSE | ✓ | unstable | Resumes processing
commands from paused clients.
|
### SLOWLOG subcommands