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 1e78499  Add MOVE command (#152)
1e78499 is described below

commit 1e78499bb52ac51381a329a79aba26af4c64b568
Author: Binbin <[email protected]>
AuthorDate: Mon Sep 4 11:49:15 2023 +0800

    Add MOVE command (#152)
    
    Added in apache/kvrocks#1723
---
 docs/supported-commands.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index e94d11e..fdc5c68 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -151,6 +151,7 @@
 | rename    | X                |                                               
                                                               |
 | randomkey | √                |                                               
                                                               |
 | unlink    | √                |                                               
                                                               |
+| move      | √                | if key does not exist, the command returns 0, 
otherwise it will always returns 1                             |
 
 ## Bit commands
 

Reply via email to