This is an automated email from the ASF dual-hosted git repository.
twice 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 2a7b62f Add JSON commands to supported-commands.md (#168)
2a7b62f is described below
commit 2a7b62f69635085d64b78f4d828f9fa2a67d7625
Author: Twice <[email protected]>
AuthorDate: Sat Oct 21 17:05:13 2023 +0900
Add JSON commands to supported-commands.md (#168)
---
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 | |
+