content/commands/ft.dictdump.md
Dump all terms in the given dictionary
is dictionary name.
</details>{{< highlight bash >}} 127.0.0.1:6379> FT.DICTDUMP dict
| Redis Software | Redis Cloud Flexible & Annual | Redis Cloud Free & Fixed | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:-----------------|:------| | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | |
{{< multitabs id="ft-dictdump-return-info" tab1="RESP2" tab2="RESP3" >}}
[Array]({{< relref "/develop/reference/protocol-spec#arrays" >}}) of dictionary terms.
-tab-sep-
[Set]({{< relref "/develop/reference/protocol-spec#sets" >}}) of dictionary terms.
{{< /multitabs >}}
[FT.DICTADD]({{< relref "commands/ft.dictadd/" >}}) | [FT.DICTDEL]({{< relref "commands/ft.dictdel/" >}})
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})