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

Added SESSION_REDIS_SOCKET_TIMEOUT config parameter #36

Closed saabeilin closed 8 years ago

saabeilin commented 8 years ago

In several situations, the default socket timeout is not suitable. This PR introduces a configuration parameter to control it.