martinrusev / django-redis-sessions

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

Add SESSION_REDIS_WRAPPER setting #34

Closed thieman closed 9 years ago

thieman commented 9 years ago

Enables wrapping StrictRedis in a custom class.