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

tison 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 5d01f61  Update supported-commands.md (#173)
5d01f61 is described below

commit 5d01f61c6be03092845ba1cbd039c96ec111c955
Author: 纪华裕 <[email protected]>
AuthorDate: Sat Nov 18 20:24:37 2023 +0800

    Update supported-commands.md (#173)
---
 docs/supported-commands.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 6bbe3a4..780be46 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -338,16 +338,16 @@ In addition, `LISTFUNC` subcommand is added as an 
extension to list all function
 | Command          | Supported OR Not | Desc        |
 |------------------|------------------|-------------|
 | JSON.ARRAPPEND   | √                |             |
-| JSON.ARRINDEX    | X                |             |
-| JSON.ARRINSERT   | X                |             |
+| JSON.ARRINDEX    | √                |             |
+| JSON.ARRINSERT   | √                |             |
 | JSON.ARRLEN      | √                |             |
-| JSON.ARRPOP      | X                |             |
-| JSON.ARRTRIM     | X                |             |
+| JSON.ARRPOP      | √                |             |
+| JSON.ARRTRIM     | √                |             |
 | JSON.CLEAR       | √                |             |
 | JSON.DEL         | X                |             |
 | JSON.FORGET      | X                |             |
 | JSON.GET         | √                |             |
-| JSON.MERGE       | X                |             |
+| JSON.MERGE       | √                |             |
 | JSON.MGET        | X                |             |
 | JSON.MSET        | X                |             |
 | JSON.NUMINCRBY   | X                |             |
@@ -358,6 +358,6 @@ In addition, `LISTFUNC` subcommand is added as an extension 
to list all function
 | JSON.SET         | √                |             |
 | JSON.STRAPPEND   | X                |             |
 | JSON.STRLEN      | X                |             |
-| JSON.TOGGLE      | X                |             |
+| JSON.TOGGLE      | √                |             |
 | JSON.TYPE        | √                |             |
 

Reply via email to