ubyssey / ubyssey.ca

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

Add Redis cache #1339

Closed psiemens closed 10 months ago

psiemens commented 10 months ago

What problem does this PR solve?

Closes #1332

This PR adds configuration for a Redis cache in production.

Note: we will need to set the REDIS_HOST and REDIS_PORT environment variables in production before deploying this change.