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 591f14a Add the restore command (#148)
591f14a is described below
commit 591f14ab547fb3ddcf1c348ba9261b25521dcb91
Author: hulk <[email protected]>
AuthorDate: Mon Aug 28 12:02:28 2023 +0800
Add the restore command (#148)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 1181ae7..5cdc8e1 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -243,6 +243,7 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
| 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 |
:::note