--- acl_categories: - '@admin' - '@search' arguments: - name: option type: string categories: - docs - develop - stack - oss - rs - rc - oss - kubernetes - clients command_flags: - readonly complexity: O(1) description: Help description of runtime configuration options group: search hidden: true linkTitle: FT.CONFIG HELP module: Search railroad_diagram: /images/railroad/ft.config-help.svg since: 1.0.0 stack_path: docs/interact/search-and-query summary: Help description of runtime configuration options syntax_fmt: FT.CONFIG HELP option title: FT.CONFIG HELP --- Describe configuration options [Examples](#examples) ## Required arguments
option is name of the configuration option, or '*' for all.
## Examples
Get configuration details {{< highlight bash >}} 127.0.0.1:6379> FT.CONFIG HELP TIMEOUT 1) 1) TIMEOUT 2) Description 3) Query (search) timeout 4) Value 5) "42" {{< / highlight >}}
## Redis Software and Redis Cloud compatibility | Redis
Software | Redis Cloud
Flexible & Annual | Redis Cloud
Free & Fixed | Notes | |:----------------------|:-----------------|:-----------------|:------| | ❌ Not supported | ❌ Not supported | ❌ Not supported | | ## Return information {{< multitabs id="ft-config-help-return-info" tab1="RESP2" tab2="RESP3" >}} [Array]({{< relref "/develop/reference/protocol-spec#arrays" >}}) of help information. -tab-sep- [Array]({{< relref "/develop/reference/protocol-spec#arrays" >}}) of help information. {{< /multitabs >}} ## See also [`FT.CONFIG SET`]({{< relref "commands/ft.config-set/" >}}) | [`FT.CONFIG GET`]({{< relref "commands/ft.config-get/" >}}) ## Related topics [RediSearch]({{< relref "/develop/ai/search-and-query/" >}})