You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by hu...@apache.org on 2023/06/23 14:41:34 UTC

[kvrocks-website] branch main updated: Add new zest commands (#118)

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 3800b44  Add new zest commands (#118)
3800b44 is described below

commit 3800b44fc2ad7ff7abcd2084bf6dd59bdbb0675b
Author: Yangsx-1 <85...@users.noreply.github.com>
AuthorDate: Fri Jun 23 22:41:29 2023 +0800

    Add new zest commands (#118)
---
 docs/supported-commands.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index a9db0da..be1ab90 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -97,14 +97,17 @@
 
 | Command          | Supported OR Not | Desc         |
 |------------------|------------------|--------------|
-| bzpopmin         | X                |              |
-| bzpopmax         | X                |              |
+| bzmpop           | √                |              |
+| bzpopmin         | √                |              |
+| bzpopmax         | √                |              |
 | zadd             | √                |              |
 | zcard            | √                |              |
 | zcount           | √                |              |
 | zincrby          | √                |              |
 | zinterstore      | √                |              |
 | zlexcount        | √                |              |
+| zmpop            | √                |              |
+| zmscore          | √                | multi zscore |
 | zpopmin          | √                |              |
 | zpopmax          | √                |              |
 | zrangestore      | √                |              |
@@ -122,7 +125,6 @@
 | zrevrangebyscore | √                |              |
 | zscan            | √                |              |
 | zscore           | √                |              |
-| zmscore          | √                | multi zscore |
 | zunionstore      | √                |              |
 
 ## Key commands