content/commands/ft.suglen.md
Get the size of an auto-complete suggestion dictionary
is suggestion dictionary key.
</details>{{< highlight bash >}} 127.0.0.1:6379> FT.SUGLEN sug (integer) 2 {{< / highlight >}}
</details>| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Not supported"><nobr>❌ Active-Active</nobr></span> | <span title="Not supported">❌ Standard</span> <span title="Not supported"><nobr>❌ Active-Active</nobr></span> | Not supported on clustered databases. |
{{< multitabs id="ft-suglen-return-info" tab1="RESP2" tab2="RESP3" >}}
[Integer reply]({{< relref "/develop/reference/protocol-spec#integers" >}}): number of suggestions in the dictionary.
-tab-sep-
[Integer reply]({{< relref "/develop/reference/protocol-spec#integers" >}}): number of suggestions in the dictionary.
{{< /multitabs >}}
[FT.SUGADD]({{< relref "commands/ft.sugadd/" >}}) | [FT.SUGDEL]({{< relref "commands/ft.sugdel/" >}}) | [FT.SUGGET]({{< relref "commands/ft.sugget/" >}})
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})