FT.SUGLEN key

Available in: Redis Stack

Time complexity: O(1)

Gets the size of an auto-complete suggestion dictionary

Parameters

  • key: the suggestion dictionary key.

Return

Integer reply: the current size of the suggestion dictionary.

Examples

FT.SUGLEN sug
(integer) 2