I'm using Cache.make on Remix and it works as expected. The issue is that I want to persists the cache while my node server is running and I only use effect.runPromise on the Remix loader (per request)
1. How can I make the cache global?
2. Is there a way to persist the cache on Redis while preserving a similar cache API?