ref https://github.com/RedisJSON/RedisJSON/issues/494 Checks if a string contains the specified substring (case-sensitive), or an array contains the specified element. ``` [?(@.name contains 'Alex')] [?(@.numbers contains 7)] [?('ABCDEF' contains @.character)] ```
ref RedisJSON/RedisJSON#494
Checks if a string contains the specified substring (case-sensitive), or an array contains the specified element.