In the simplest terms, how do I set up redis for caching on my django project?
I've been trying to figure out caching for the last week now and the pieces are just not falling into place.
What do I need to do to get caching up and running. Just take care of headers and install redis??
The various tutorials and introductions all seem take for granted fundamental steps that are preventing me from understanding how to implement caching. Isn't this ubiquitous? How does someone learn about this?