noripyt / django-cachalot

No effort, no worry, maximum performance.
http://django-cachalot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.23k stars 151 forks source link

Add support for testing against the builtin redis backend #264

Open danlamanna opened 1 month ago

danlamanna commented 1 month ago

Closes #209. Closes #222.

Description

Add support to the test matrix for testing against Django's built in redis cache backend.

Rationale

Fewer dependencies :)