You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEPARATOR {sep} for TAG attributes, indicates how the text contained in the attribute is to be split into individual tags. The default is ,. The value must be a single character.
The keyword for separator is
SEPARATOR
rather thanSEPERATOR
.Expected Behavior
https://redis.io/docs/latest/commands/ft.create/
Current Behavior
go-redis/search_commands.go
Lines 1006 to 1008 in ad131f4
Possible Solution
Fix the typo from
SEPERATOR
toSEPERATOR
.The text was updated successfully, but these errors were encountered: