Available in: Redis Stack
Time complexity: O(1)
Adds terms to a dictionary.
dict: the dictionary name.
term: the term to add to the dictionary.
Integer reply - the number of new terms that were added.
redis> FT.DICTADD dict foo bar "hello world"
(integer) 3