FT.CONFIG HELP option

Available in: Redis Stack

Time complexity: O(1)

Describes configuration options.

Parameters

  • option: the name of the configuration option, or '*' for all.

Return

Array reply of the configuration name and description and value.

Examples

redis> FT.CONFIG HELP TIMEOUT
1) 1) TIMEOUT
   2) Description
   3) Query (search) timeout
   4) Value
   5) "42"