This is an automated email from the ASF dual-hosted git repository.
twice 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 2d0879f Add REPLICAOF to supported-commands.md (#264)
2d0879f is described below
commit 2d0879f645b42d058490894cd1d65bea87c44198
Author: Twice <[email protected]>
AuthorDate: Sat Jan 25 13:51:41 2025 +0800
Add REPLICAOF to supported-commands.md (#264)
---
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.
|