epicserve / django-cache-url

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

Support for Redis Sentinels #33

Open gnarvaja opened 1 month ago

gnarvaja commented 1 month ago

It would be good to have support for Redis Sentinels, using django-redis with the options described here

This will require adding CLIENT_CLASS, SENTINELS and SENTINELS_KWARGS (if not too hard) settings.

If you agree I can contribute the code.