FT.DICTDUMP
FT.DICTDUMP dict
Dump all terms in the given dictionary
dictis dictionary name.
FT.DICTDUMP returns an array, where each element is term (string).
127.0.0.1:6379> FT.DICTDUMP dict
1) "foo"
2) "bar"
3) "hello world"
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.dictdump/