File: SUGGESTION.md

package info (click to toggle)
python-fakeredis 2.29.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: python: 19,002; sh: 8; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
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