This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/add-zdiff in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit bbb414b9cd1022b25c74f074865ed095c01b38a3 Author: Twice <[email protected]> AuthorDate: Thu Dec 25 14:07:06 2025 +0800 Add ZDIFF and ZDIFFSTORE commands to documentation --- 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
