Open mauricioribeiro opened 3 years ago
Hi guys, I couldn't find anywhere how I can get values from a given key with a pattern. Eg.: project_* where * can be any char.
project_*
*
I tried something like await cache.get("project_*") but no success.
await cache.get("project_*")
Reference: https://redis.io/commands/KEYS
Hi guys, I couldn't find anywhere how I can get values from a given key with a pattern. Eg.:
project_*
where*
can be any char.I tried something like
await cache.get("project_*")
but no success.Reference: https://redis.io/commands/KEYS