This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice-update-commands in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 40cbd1de61f9acc781b47c8c832f2a9d48697d7b Author: Twice <[email protected]> AuthorDate: Mon Mar 18 22:24:27 2024 +0900 Update supported-commands.md --- 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
