This is an automated email from the ASF dual-hosted git repository.

twice 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 89836a27 Fix table format of supported-commands.md (#289)
89836a27 is described below

commit 89836a2774302af918d8c08d7da12b541976eb0e
Author: Twice <[email protected]>
AuthorDate: Thu Apr 10 00:28:16 2025 +0800

    Fix table format of supported-commands.md (#289)
---
 docs/supported-commands.md | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 67b6626e..39e1f277 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -45,14 +45,10 @@
 | HMSET        | ✓                | v1.0.0        | Sets multiple fields in a 
hash to multiple values.                                                        
  |
 | HRANGEBYLEX  | ✓                | v2.3.0        | Returns elements in a 
sorted set within a specific range defined by lexicographical ordering.         
      |
 | HSET         | ✓                | v1.0.0        | Sets the value of a field 
in a hash.                                                                      
  |
-| HSETNX       | ✓                | v1.0.0        | Sets the value of a field 
in a hash only if the field does not exist.                           
-            |
-| HSTRLEN      | ✓                | v1.0.0        | Returns the length of 
string value for the specific field in a hash.                            
-            |
-| HVALS        | ✓                | v1.0.0        | Returns all values stored 
in a hash.                                                            
-            |
-| HSCAN        | ✓                | v1.0.0        | SCAN for fields of a hash. 
                                                                     
-            |
+| HSETNX       | ✓                | v1.0.0        | Sets the value of a field 
in a hash only if the field does not exist.                                     
  |
+| HSTRLEN      | ✓                | v1.0.0        | Returns the length of 
string value for the specific field in a hash.                                  
      |
+| HVALS        | ✓                | v1.0.0        | Returns all values stored 
in a hash.                                                                      
  |
+| HSCAN        | ✓                | v1.0.0        | SCAN for fields of a hash. 
                                                                                
 |
 | HRANDFIELD   | ✓                | v2.6.0        | Returns some random fields 
in a hash.                                                                      
 |
 | HSETEXPIRE   | ✓                | unstable      | The combination of these 
two commands: HSET and EXPIRE                                                   
   |
 

Reply via email to