FT.CONFIG HELP
- Available in:
- Redis Stack / Search 1.0.0
- Time complexity:
- O(1)
Describe configuration options
Syntax
FT.CONFIG HELP option
Required parameters
option
is name of the configuration option, or '*' for all.
Return
FT.CONFIG HELP returns an array reply of the configuration name and value.
Examples
Get configuration details
127.0.0.1:6379> FT.CONFIG HELP TIMEOUT
1) 1) TIMEOUT
2) Description
3) Query (search) timeout
4) Value
5) "42"
See also
Related topics
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.