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 4e108873 Update supported commands with DIGEST and MSETEX (#351)
4e108873 is described below

commit 4e108873ad0e8f1125f2ba2670b76a037b92d56d
Author: Twice <[email protected]>
AuthorDate: Thu Jan 1 17:46:33 2026 +0800

    Update supported commands with DIGEST and MSETEX (#351)
    
    Added DIGEST and MSETEX commands with their details.
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 8e0484f6..721df30b 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -28,6 +28,8 @@
 | CAD         | ✓                | v2.0.5        | Executes a 
Compare-And-Delete operation, deleting a key only if it matches an expected 
value. (see [#415](https://github.com/apache/kvrocks/pull/415)) |
 | GETDEL      | ✓                | v2.2.0        | Retrieves the value of a 
key and deletes the key afterward.                                              
    |
 | LCS         | ✓                | v2.9.0        | Finds the longest common 
substring between the string stored at a key and another string.                
    |
+| DIGEST      | ✓                | unstable      | Compute the hash digest of 
the string.                                                                     
  |
+| MSETEX      | ✓                | unstable      | Set multiple string keys 
atomically in one command with expiration time.                                 
    |
 
 ## Hash commands
 

Reply via email to