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 f5be187 Add FT.EXPLAIN to supported-commands.md (#226)
f5be187 is described below
commit f5be18748ecb12a7c1c1ae94283b8f6efb299078
Author: Twice <[email protected]>
AuthorDate: Sun Jun 9 00:42:36 2024 +0900
Add FT.EXPLAIN to supported-commands.md (#226)
---
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>` |