usgo / agagd

American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47 stars 30 forks source link

Provide Caching Service for Production #162

Open michaelhiiva opened 3 years ago

michaelhiiva commented 3 years ago

Is your feature request related to a problem?

Currently the AGAGD uses Django's default caching on both production and in development.

Describe the feature you'd like to see on the AGAGD.

Caching option added for production which uses an in-memory key-value store like Redis or Memcached.