FT.DICTADD
FT.DICTADD dict term [term ...]
Add terms to a dictionary
dictis dictionary name.
termterm to add to the dictionary.
FT.DICTADD returns an integer reply, the number of new terms that were added.
127.0.0.1:6379> FT.DICTADD 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.dictadd/