This is an automated email from the ASF dual-hosted git repository. binbin 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 ce3f300 Refresh server supported-commands table (#149)
ce3f300 is described below
commit ce3f300d8491a43ce9b8121851e6bafe22da9c06
Author: Binbin <[email protected]>
AuthorDate: Tue Aug 29 11:15:44 2023 +0800
Refresh server supported-commands table (#149)
Scanned cmd_server.cc and found that these commands are missing
---
docs/supported-commands.md | 52 ++++++++++++++++++++++++++++------------------
1 file changed, 32 insertions(+), 20 deletions(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 5cdc8e1..f4043fe 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -224,26 +224,38 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
## Server commands
-| Command | Supported OR Not | Desc
|
-|-----------|------------------|-------------------------------------------------------------------------------------------------------------------------|
-| monitor | √ |
|
-| info | √ |
|
-| role | √ |
|
-| config | √ |
|
-| dbsize | √ |
|
-| disk | √ | `disk usage user_key` to get the disk usage
of the `user_key`, see [#874](https://github.com/apache/kvrocks/issues/874) |
-| namespace | √ |
|
-| flushdb | √ |
|
-| flushall | √ |
|
-| command | √ |
|
-| client | √ |
|
-| auth | √ |
|
-| quit | √ |
|
-| slowlog | √ |
|
-| perflog | √ |
|
-| hello | √ |
|
-| stats | √ | dump the rocksdb statistics in JSON foramt
|
-| restore | √ | create the new key with Redis serialized
value, now supports String/List/Hash/Set/ZSet data types |
+| Command | Supported OR Not | Desc
|
+|-------------|------------------|-------------------------------------------------------------------------------------------------------------------------|
+| bgsave | √ |
|
+| lastsave | √ |
|
+| ping | √ |
|
+| select | √ | simply returns OK
|
+| echo | √ |
|
+| monitor | √ |
|
+| shutdown | √ |
|
+| info | √ |
|
+| role | √ |
|
+| config | √ |
|
+| dbsize | √ |
|
+| disk | √ | `disk usage user_key` to get the disk usage
of the `user_key`, see [#874](https://github.com/apache/kvrocks/issues/874) |
+| memory | √ | MEMORY USAGE command is an alias to DISK
USAGE command |
+| debug | √ | only DEBUG SLEEP is supported
|
+| namespace | √ |
|
+| flushdb | √ |
|
+| flushall | √ |
|
+| flushbackup | √ |
|
+| command | √ |
|
+| client | √ |
|
+| auth | √ |
|
+| quit | √ |
|
+| slaveof | √ |
|
+| slowlog | √ |
|
+| perflog | √ |
|
+| hello | √ |
|
+| time | √ |
|
+| stats | √ | dump the rocksdb statistics in JSON format
|
+| restore | √ | create the new key with Redis serialized
value, now supports String/List/Hash/Set/ZSet data types |
+| compact | √ |
|
:::note
