This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch search in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 3364163024d0bc4c6b45250f45ce0817d226f4ef Author: PragmaTwice <[email protected]> AuthorDate: Sun Jun 2 20:53:28 2024 +0900 add search to supported commands --- 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 ...' |
