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

twice pushed a commit to branch twice/json
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit add10580a116bd4d1030a8d7783fb99fe3c80319
Author: Twice <[email protected]>
AuthorDate: Sat Oct 21 16:56:55 2023 +0900

    Add JSON commands to supported-commands.md
---
 docs/supported-commands.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 02559b3..b3e6c04 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -332,3 +332,32 @@ Currently only `LOAD`, `DELETE`, `LIST` subcommands are 
supported in `FUNCTION`.
 In addition, `LISTFUNC` subcommand is added as an extension to list all 
functions and their libraries in which they are located.
 
 :::
+
+## JSON commands
+
+| Command          | Supported OR Not | Desc        |
+|------------------|------------------|-------------|
+| JSON.ARRAPPEND   | √                |             |
+| JSON.ARRINDEX    | X                |             |
+| JSON.ARRINSERT   | X                |             |
+| JSON.ARRLEN      | X                |             |
+| JSON.ARRPOP      | X                |             |
+| JSON.ARRTRIM     | X                |             |
+| JSON.CLEAR       | X                |             |
+| JSON.DEL         | X                |             |
+| JSON.FORGET      | X                |             |
+| JSON.GET         | √                |             |
+| JSON.MERGE       | X                |             |
+| JSON.MGET        | X                |             |
+| JSON.MSET        | X                |             |
+| JSON.NUMINCRBY   | X                |             |
+| JSON.NUMMULTBY   | X                |             |
+| JSON.OBJKEYS     | X                |             |
+| JSON.OBJLEN      | X                |             |
+| JSON.RESP        | X                |             |
+| JSON.SET         | √                |             |
+| JSON.STRAPPEND   | X                |             |
+| JSON.STRLEN      | X                |             |
+| JSON.TOGGLE      | X                |             |
+| JSON.TYPE        | X                |             |
+

Reply via email to