Available in: Redis Stack
Time complexity: O(N), where N is the size of the dictionary
Dumps all terms in the given dictionary.
Returns an array, where each element is term (string).
redis> FT.DICTDUMP dict 1) "foo" 2) "bar" 3) "hello world"