Available in: Redis Stack
Time complexity: O(1)
Deletes terms from a dictionary.
dict: the dictionary name.
term: the term to delete from the dictionary.
Integer reply - the number of terms that were deleted.
redis> FT.DICTDEL dict foo bar "hello world"
(integer) 3