From 1428cd867e2ecfd7a423e5759191704cb436c18b Mon Sep 17 00:00:00 2001 From: Chiro11 <44946252+Chiro11@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:29:11 +0800 Subject: [PATCH] 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 43faacb1..16193af9 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