Has anyone managed to cache data using Django framework? I’m going to be using Redis, but I see that there are also other options. Writing out Javascript to cache in the frontend (I don’t know how to code in JS), using Flask caching (would this conflict with Django?).
I have large SQL queries that I would like to cache, trying to figure out the most successful methods people have using during deployment & production, specifically related to Django. I also plan on using Docker which is why I will be using Redis.
1 post - 1 participant