FT.DICTDEL
FT.DICTDEL dict term [term ...]
Delete terms from a dictionary
dictis dictionary name.
termterm to delete from the dictionary.
FT.DICTDEL returns an integer reply, the number of new terms that were deleted.
127.0.0.1:6379> FT.DICTDEL dict foo bar "hello world"
(integer) 3
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.dictdel/