I want to cache part of my application to make it faster. The database I use is MySQL. How do I know what to cache in redis?
Should I be caching MySQL results? Or the output we send to the client?
What else can I use redis for to improve application performance?
Should I be caching MySQL results? Or the output we send to the client?
What else can I use redis for to improve application performance?
Comment