This is an automated email from the ASF dual-hosted git repository.

hulk 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 ab2affea Add new command: WAIT (#311)
ab2affea is described below

commit ab2affea997f6a52bdbd4bfc508bead56df393a9
Author: hulk <[email protected]>
AuthorDate: Tue Jul 15 14:09:02 2025 +0800

    Add new command: WAIT (#311)
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 8ce1138e..4c940043 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -369,6 +369,8 @@ To guarantee the correctness of client SDK, we rename the 
`CLUSTER` command to `
 | DUMP        | ✓                | v2.9.0        | Serializes a key and 
returns it to the client.                                                       
        |
 | POLLUPDATES | ✓                | v2.10.0       | Poll updates for data 
changes in Kvrocks.                                                             
       |
 | KPROFILE    | ✓                | unstable      | Enable, disable or dump 
heap memory profiling if Kvrocks is building with Jemalloc.                     
     |
+| WAIT        | ✓                | unstable      | It's now waiting for the 
latest sequence number to be replicated to the specified number of replicas.    
    |
+
 
 :::note
 

Reply via email to