This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-2 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 529b63cc216dfde0e0cede55ec950d6b580abf48 Author: Twice <[email protected]> AuthorDate: Sun Jun 9 00:15:06 2024 +0900 Add FT.EXPLAIN to supported-commands.md --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 5c2e2f0..578d9f0 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -416,3 +416,5 @@ In addition, `LISTFUNC` subcommand is added as an extension to list all function | FT._LIST | √ | unstable | | | FT.SEARCH | √ | unstable | | | FT.SEARCHSQL | √ | unstable | extension for SQL quires: `FT.SEARCHSQL <sql>` | +| FT.EXPLAIN | √ | unstable | | +| FT.EXPLAINSQL | √ | unstable | extension for SQL quires: `FT.EXPLAINSQL <sql>` |
