martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
494 stars 106 forks source link

Add redis sentinel support #29

Closed omenar closed 10 years ago

omenar commented 10 years ago

This allows to specify a list of redis sentinels to autodiscover a redis master instead of specifying a static redis master server.