-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
I far as i know there is no way to search an array of strings in a string type.
in SQL it is : WHERE column is in ('alpha', 'beta', 'gamma')
in redis-om-node we need something like this: where('feild').containsOneOf(['alpha', 'beta', 'gamma'])
there is this option for string[] format, but what about string ???
MR4online
Metadata
Metadata
Assignees
Labels
No labels