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 1428cd8 Add MoveX command (#215)
1428cd8 is described below
commit 1428cd867e2ecfd7a423e5759191704cb436c18b
Author: Chiro11 <[email protected]>
AuthorDate: Mon Apr 8 13:29:11 2024 +0800
Add MoveX command (#215)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 43faacb..16193af 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -160,6 +160,7 @@
| 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)
|
## Bit commands