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 f4469dc0 Add ZDIFF and ZDIFFSTORE commands to documentation (#347)
f4469dc0 is described below

commit f4469dc03ead2d403aa336a29d4982bd0dd7d2ca
Author: Twice <[email protected]>
AuthorDate: Thu Dec 25 14:08:26 2025 +0800

    Add ZDIFF and ZDIFFSTORE commands to documentation (#347)
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 33640417..fbb108ce 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -137,6 +137,8 @@
 | ZINTER           | ✓                | v2.8.0        | Returns the 
intersection of multiple sorted sets.                                           
            |
 | ZINTERCARD       | ✓                | v2.8.0        | Computes the 
cardinality (number of elements) in the intersection of multiple sorted sets.   
           |
 | ZRANDMEMBER      | ✓                | v2.8.0        | Returns one or more 
random members from a sorted set.                                               
    |
+| ZDIFF            | ✓                | v2.8.0        | Returns the difference 
between sorted sets, with optional scores, from one or more keys.               
 |
+| ZDIFFSTORE       | ✓                | v2.8.0        | Stores the sorted-set 
difference result into a destination key, returning the result size.            
  |
 
 ## Key commands
 

Reply via email to