redis-om / SeparableFieldDefinition
Mixin for adding parsing for TAG fields in RediSearch.
-
SeparableFieldDefinition
• Optional separator: string
Due to how RediSearch works, strings and arrays are sometimes stored the same in Redis, as a
simple string. This is the separator used to split those strings when it is an array. If your
StringField contains this separator, this can cause problems. You can change it here to avoid
those problems. Defaults to |.