FT.CONFIG SET
FT.CONFIG SET option value
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.
As detailed in the link above, not all RediSearch configuration parameters can be set at runtime.
optionis name of the configuration option, or '*' for all.
valueis value of the configuration option.
FT.CONFIG SET returns a simple string reply OK if executed correctly, or an error reply otherwise.
127.0.0.1:6379> FT.CONFIG SET TIMEOUT 42
OKFT.CONFIG GET | FT.CONFIG HELP
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.config-set/