Skip to content

Commit

Permalink
add search to supported commands (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Jun 2, 2024
1 parent 762a214 commit 6831ca2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/supported-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...' |

0 comments on commit 6831ca2

Please sign in to comment.