From 6831ca23008bcadc7f505b3783d01b1a20f9d134 Mon Sep 17 00:00:00 2001 From: Twice Date: Sun, 2 Jun 2024 21:07:47 +0900 Subject: [PATCH] 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 ee9759b3..7df4591e 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 ...' |