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 13bfa3e Update supported-commands.md (#212)
13bfa3e is described below
commit 13bfa3e0a5235778c25443de05a0ee8b6e328d7b
Author: Twice <[email protected]>
AuthorDate: Mon Mar 18 22:28:30 2024 +0900
Update supported-commands.md (#212)
---
docs/supported-commands.md | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index f53b5c4..43faacb 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -228,6 +228,15 @@ String and bitmap are different types in Kvrocks, so you
_cannot_ do bit operati
## Cluster commands
+| SUBCOMMAND | Supported OR Not | Since Version | Desc |
+| ---------- | ---------------- | ------------- | ---- |
+| CLUSTER | √ | v2.0.2 | |
+| CLUSTERX | √ | v2.0.2 | |
+| READONLY | √ | unstable | |
+| READWRITE | √ | unstable | |
+
+### CLUSTER subcommands
+
These commands are subcommands for `CLUSTER`, using as `CLUSTER INFO` etc.
| SUBCOMMAND | Supported OR Not | Since Version | Desc |
@@ -237,7 +246,7 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
| SLOTS | √ | v2.0.2 | |
| KEYSLOT | √ | v2.0.2 | |
-## ClusterX commands
+### CLUSTERX subcommands
These commands are subcommands for `CLUSTERX`, using as `CLUSTERX VERSION` etc.
@@ -327,9 +336,10 @@ The db size is updated async after execute `DBSIZE SCAN`
command.
| XTRIM | √ | v2.2.0 | |
| XCLAIM | X | - | |
| XAUTOCLAIM | X | - | |
-| XGROUP | X | unstable | |
+| XGROUP | √ | unstable | |
| XPENDING | X | - | |
-| XREADGROUP | X | unstable | |
+| XREADGROUP | √ | unstable | |
+| XACK | √ | unstable | |
| XSETID | √ | v2.3.0 | |
## BloomFilter commands