korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

Fix Redis backend to not require django_redis #426

Open aminalaee opened 3 months ago

aminalaee commented 3 months ago

I'm not sure about the deprecation policy desired in the project, but maybe it makes sense to go for the next release and move the django_redis to the right namespace and keep the default Django RedisCache in redis.py.

cc @asherf