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.
optionis name of the configuration option, or '*' for all.
valueis value of the configuration option.
127.0.0.1:6379> FT.CONFIG SET TIMEOUT 42
OK| Redis Enterprise |
Redis Cloud Flexible & Annual |
Redis Cloud Free & Fixed |
Notes |
|---|---|---|---|
| ⚠️ Not supported1 | ⚠️ Not supported2 | ❌ Not supported |
Use rladmin or the REST API to change search and query configuration for Redis Enterprise Software. See search and query configuration compatibility with Redis Enterprise for more information and examples.
Contact support to view the current configuration values or request configuration changes for Flexible or Annual Redis Cloud subscriptions.
One of the following:
OK if executed correctly.FT.CONFIG GET | FT.CONFIG HELP