epicserve / django-cache-url

Use Cache URLs in your Django Application
MIT License
18 stars 12 forks source link

Add support for hiredis scheme with django-redis-cache #11

Closed Chadys closed 3 years ago

Chadys commented 3 years ago

When using "?lib=redis-cache", the hiredis scheme was getting ignored. I also added an additionnal coverage config so that people running this project in a venv like me won't have their venv dir included in coverage (and making it fail in local).

epicserve commented 3 years ago

@Chadys,

Thank you for your contribution!