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

PragmaTwice 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 1871d86a Add HEXPIRE and HPERSIST commands to documentation (#379)
1871d86a is described below

commit 1871d86a662b7914d87b2b456de835c6b5972a0f
Author: Twice <[email protected]>
AuthorDate: Wed May 27 22:47:37 2026 +0800

    Add HEXPIRE and HPERSIST commands to documentation (#379)
    
    See changes.
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 9ceefb6f..e7f74e67 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -54,6 +54,8 @@
 | HSCAN        | ✓                | v1.0.0        | SCAN for fields of a hash. 
                                                                                
 |
 | HRANDFIELD   | ✓                | v2.6.0        | Returns some random fields 
in a hash.                                                                      
 |
 | HSETEXPIRE   | ✓                | v2.12.0       | The combination of these 
two commands: HSET and EXPIRE                                                   
   |
+| HEXPIRE      | ✓                | unstable      |                            
                                                                                
 |
+| HPERSIST     | ✓                | unstable      |                            
                                                                                
 |
 
 ## List commands
 

Reply via email to