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

hulk 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 769d2b6  Add new command ZINTER and ZINTERCARD (#189)
769d2b6 is described below

commit 769d2b6168fbcdb5bbfbc36cf8353dc18be27b89
Author: hulk <[email protected]>
AuthorDate: Wed Jan 10 20:22:18 2024 +0800

    Add new command ZINTER and ZINTERCARD (#189)
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index a27bb60..aaa6a89 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -132,6 +132,8 @@
 | ZSCORE           | √                | v1.0.0        |              |
 | ZUNION           | √                | v2.5.0        |              |
 | ZUNIONSTORE      | √                | v1.0.0        |              |
+| ZINTER           | √                | unstable      |              |
+| ZINTERCARD       | √                | unstable      |              |
 
 ## Key commands
 

Reply via email to