This is an automated email from the ASF dual-hosted git repository.
hulk 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 693f9cc Add load command (#167)
693f9cc is described below
commit 693f9cc7061caec8283cbcdd9b9d95c6468b0249
Author: hulk <[email protected]>
AuthorDate: Thu Oct 19 08:30:14 2023 +0800
Add load command (#167)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 2f49792..02559b3 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -262,6 +262,7 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
| 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 | √ |
|
+| rdb | √ | RDB LOAD command is used to load RDB file
from local path into Kvrocks |
:::note