openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

✨(back) add redis backend to cache configuration #723

Closed lunika closed 5 months ago

lunika commented 5 months ago

Purpose

We want to use a redis backend for our cache in production. For this we are using django-redi library, this library is configurable with many different redis configuration. Every settings for the default cache can be configured. https://github.com/jazzband/django-redis

Proposal

Resolve #722