1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
## Unsupported suggestion commands
> To implement support for a command, see [here](/guides/implement-command/)
#### [FT.SUGADD](https://redis.io/commands/ft.sugadd/) <small>(not implemented)</small>
Adds a suggestion string to an auto-complete suggestion dictionary
#### [FT.SUGDEL](https://redis.io/commands/ft.sugdel/) <small>(not implemented)</small>
Deletes a string from a suggestion index
#### [FT.SUGGET](https://redis.io/commands/ft.sugget/) <small>(not implemented)</small>
Gets completion suggestions for a prefix
#### [FT.SUGLEN](https://redis.io/commands/ft.suglen/) <small>(not implemented)</small>
Gets the size of an auto-complete suggestion dictionary
|