How I Eliminated 90% of My Express Caching Code
Stop Writing Boring Redis Boilerplate! Meet redease: Caching Made Stupidly Simple.
Let’s be honest. If you’re building Express APIs, you’ve written this code a hundred times:
Connect to Redis.
Before a request, check if the data is cached.
If it i...
nxtninja.hashnode.dev6 min read