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

twice pushed a commit to branch PragmaTwice-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit c1bc48431ce6137e2f361816f3ba9b332b266a9a
Author: Twice <[email protected]>
AuthorDate: Sat Jan 25 13:50:27 2025 +0800

    Add REPLICAOF to supported-commands.md
---
 docs/supported-commands.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 9313021..dbb3258 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -298,6 +298,7 @@ To guarantee the correctness of client SDK, we rename the 
`CLUSTER` command to `
 | AUTH        | ✓                | v1.0.0        | Authenticates a client to 
the server with a password.                                                     
   |
 | QUIT        | ✓                | v1.0.0        | Closes the connection with 
the server.                                                                     
  |
 | SLAVEOF     | ✓                | v1.0.0        | Configures the server to 
replicate from a specified master.                                              
    |
+| REPLICAOF   | ✓                | unstable      | Configures the server to 
replicate from a specified master.                                              
    |
 | SLOWLOG     | ✓                | v1.0.0        | Manages and retrieves the 
slow query log.                                                                 
   |
 | PERFLOG     | ✓                | v1.0.0        | Manages performance 
logging.                                                                        
         |
 | HELLO       | ✓                | v2.2.0        | Negotiates the protocol 
version with the server.                                                        
     |

Reply via email to