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 6831ca2 add search to supported commands (#224)
6831ca2 is described below
commit 6831ca23008bcadc7f505b3783d01b1a20f9d134
Author: Twice <[email protected]>
AuthorDate: Sun Jun 2 21:07:47 2024 +0900
add search to supported commands (#224)
---
docs/supported-commands.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index ee9759b..7df4591 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -404,3 +404,14 @@ In addition, `LISTFUNC` subcommand is added as an
extension to list all function
| JSON.STRLEN | √ | v2.7.0 | |
| JSON.TOGGLE | √ | v2.7.0 | |
| JSON.TYPE | √ | v2.7.0 | |
+| JSON.DEBUG | √ | unstable | supported subcommands:
MEMORY |
+
+## Search commands
+
+| Command | Supported OR Not | Since Version | Desc |
+| -------------- | ---------------- | ------------- | ---- |
+| FT.CREATE | √ | unstable | |
+| FT.INFO | √ | unstable | |
+| FT._LIST | √ | unstable | |
+| FT.SEARCH | √ | unstable | |
+| FT.SEARCHSQL | √ | unstable | extension for SQL
quires: FT.SEARCHSQL 'select ...' |