ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Switch to built-in Redis provider after upgrading to Django 4 or above #1340

Closed psiemens closed 6 months ago

psiemens commented 10 months ago

We currently use django-redis to enable Redis caching on the site. We should remove this dependency and switch to the built-in django.core.cache.backends.redis.RedisCache backend after upgrading to Django v4 or newer.

psiemens commented 6 months ago

This issue is no longer relevant after switching back to App Engine's Memcache service.