content/commands/ft.config-get.md
Retrieve configuration options
is name of the configuration option, or '*' for all.
</details>{{< highlight bash >}} 127.0.0.1:6379> FT.CONFIG GET TIMEOUT
{{< highlight bash >}} 127.0.0.1:6379> FT.CONFIG GET *
| Redis Software | Redis Cloud Flexible & Annual | Redis Cloud Free & Fixed | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:-----------------|:------| | <span title="Not supported"><nobr>❌ Not supported</span> | <span title="Not supported"><nobr>⚠️ Not supported</span><sup>1</sup> | <span title="Not supported"><nobr>❌ Not supported</nobr></span> | |
{{< multitabs id="ft-config-get-return-info" tab1="RESP2" tab2="RESP3" >}}
[Array]({{< relref "/develop/reference/protocol-spec#arrays" >}}) of [arrays]({{< relref "/develop/reference/protocol-spec#arrays" >}}), where each sub-array contains a configuration option name and its value.
-tab-sep-
[Map]({{< relref "/develop/reference/protocol-spec#maps" >}}) where keys are configuration option names and values are their corresponding values.
{{< /multitabs >}}
[FT.CONFIG SET]({{< relref "commands/ft.config-set/" >}}) | [FT.CONFIG HELP]({{< relref "commands/ft.config-help/" >}})
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})