Adib Hanna

Results 3 comments of 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))...