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 f24f002 Update supported-commands.md (#219)
f24f002 is described below
commit f24f00215cf776411c21abd7e6c6029b1028f78a
Author: Twice <[email protected]>
AuthorDate: Tue Apr 16 00:12:45 2024 +0900
Update supported-commands.md (#219)
* Update supported-commands.md
* Update docs/supported-commands.md
Co-authored-by: hulk <[email protected]>
---------
Co-authored-by: hulk <[email protected]>
---
docs/supported-commands.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 16193af..556e8b0 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -160,7 +160,8 @@
| RANDOMKEY | √ | v1.0.0 |
|
| UNLINK | √ | v2.1.0 |
|
| MOVE | √ | v2.6.0 | if the key does not exist,
the command returns 0, otherwise it will always return 1
|
-| MOVEX | √ | unstable | move a key between
namespaces, see [#2225](https://github.com/apache/kvrocks/pull/2225)
|
+| MOVEX | √ | unstable | move a key between
namespaces, see [#2225](https://github.com/apache/kvrocks/pull/2225)
|
+| COPY | √ | unstable |
|
## Bit commands
@@ -246,6 +247,8 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
| NODES | √ | v2.0.2 | |
| SLOTS | √ | v2.0.2 | |
| KEYSLOT | √ | v2.0.2 | |
+| RESET | √ | unstable | |
+| REPLICAS | √ | unstable | |
### CLUSTERX subcommands
@@ -300,7 +303,7 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
| RESTORE | √ | v2.6.0 | create the new key with
Redis serialized value, now supports String/List/Hash/Set/ZSet data types
|
| COMPACT | √ | v1.0.0 |
|
| RDB | √ | v2.7.0 | RDB LOAD command is used to
load RDB file from local path into Kvrocks
|
-| ANALYZE | √ | v2.8.0 | use to export the
perf/iostat of the current command
|
+| DUMP | √ | unstable |
|
:::note
@@ -387,7 +390,7 @@ In addition, `LISTFUNC` subcommand is added as an extension
to list all function
| JSON.GET | √ | v2.7.0 | |
| JSON.MERGE | √ | v2.7.0 | |
| JSON.MGET | √ | v2.8.0 | |
-| JSON.MSET | X | - | |
+| JSON.MSET | √ | unstable | |
| JSON.NUMINCRBY | √ | v2.7.0 | |
| JSON.NUMMULTBY | √ | v2.7.0 | |
| JSON.OBJKEYS | √ | v2.7.0 | |