|
@@ -85,6 +85,7 @@ class RedisBackend(KeyValueStoreBackend):
|
|
'port': _get('PORT') or 6379,
|
|
'port': _get('PORT') or 6379,
|
|
'db': _get('DB') or 0,
|
|
'db': _get('DB') or 0,
|
|
'password': _get('PASSWORD'),
|
|
'password': _get('PASSWORD'),
|
|
|
|
+ 'socket_timeout': _get('SOCKET_TIMEOUT'),
|
|
'max_connections': self.max_connections,
|
|
'max_connections': self.max_connections,
|
|
}
|
|
}
|
|
if url:
|
|
if url:
|