Skip to content

IN statement like sql #245

@mnkblog

Description

@mnkblog

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 ???

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions