Hi,
Is it possible to search strings somehting like: where b.userName like '%user'. I cant find it in the docs.
Thanks
Hi @avi,
We support the string functions contains, starts with, and ends with.
For more efficient lookups, you might want to consider building a full-text search index - Commands - RedisGraph - a graph database module for Redis
Hi, for some reason I did not see it.
Thanks!