FT.CONFIG SET

Available in:
Redis Stack / Search 1.0.0
Time complexity:
O(1)

Describe configuration options

Syntax

FT.CONFIG SET option value

Examples

Required parameters

option

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

value

is value of the configuration option.

Return

FT.CONFIG SET returns a simple string reply OK if executed correctly, or an error reply otherwise.

Examples

Set runtime configuration options
127.0.0.1:6379> FT.CONFIG SET TIMEOUT 42
OK

See also

FT.CONFIG GET | FT.CONFIG HELP

RediSearch

Feedback

If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.