FT.CONFIG SET option value
Available in: Redis Stack
Time complexity: O(1)
Sets runtime configuration options.
Parameters
- option: the name of the configuration option.
- value: a value for the configuration option.
Return
[] otherwise.
Examples
redis> FT.CONFIG SET TIMEOUT 42
OK