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 a21b4f7  Add new command HRANFIELD and BLMOVE (#133)
a21b4f7 is described below

commit a21b4f71d1434e13d83f82b4739e24d5d23f3279
Author: hulk <[email protected]>
AuthorDate: Mon Jul 17 13:01:48 2023 +0800

    Add new command HRANFIELD and BLMOVE (#133)
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 1c934ef..6354420 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -48,6 +48,7 @@
 | hstrlen      | √                |      |
 | hvals        | √                |      |
 | hscan        | √                |      |
+| hrandfield   | √                |      |
 
 ## List commands
 
@@ -71,6 +72,7 @@
 | rpush      | √                |                                              
                               |
 | rpushx     | √                |                                              
                               |
 | lmove      | √                |                                              
                               |
+| blmove     | √                |                                              
                               |
 
 ## Set commands
 

Reply via email to