Adib Hanna
Adib Hanna
@corysimmons did you manage to fix this?
@wemersonjanuario you can also check this out https://github.com/Vinelab/minion
You can probably do something like this ``` ts getWithWildcard(key: string): any { const keys = this.cache.keys(); const result: unknown[] = []; for (const k of keys) { if (k.startsWith(key))...
@cla-bot check
Having the same issue. Did anyone manage to solve this?