As of Search version 8.0.0, this command is regarded as deprecated.
It can be replaced by CONFIG SET
when migrating or writing new code.
FT.CONFIG SET option value
@admin
,
@search
,
Set the value of a RediSearch configuration parameter.
Values set using FT.CONFIG SET
are not persisted after server restart.
RediSearch configuration parameters are detailed in Configuration parameters.
option
is name of the configuration option, or '*' for all.
value
is value of the configuration option.
127.0.0.1:6379> FT.CONFIG SET TIMEOUT 42
OK
One of the following:
OK
if executed correctly.FT.CONFIG GET
| FT.CONFIG HELP