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