Commit Graph
11 Commits
Author SHA1 Message Date
Miku LaitinenandYannick Vaucher 557a91d111 [IMP] session_redis: allow configuring Redis URL instead of host & port.
Back-porting from [13] branch
2021-11-11 19:54:58 +01:00
Patrick Tombez 5a07cc4f60 Add anonymous redis session expiration configuration 2020-01-29 16:42:39 +01:00
jcoux a3c61c6c6c Backport fix on session check crash (PR 33) 2018-10-30 08:54:01 +01:00
jcouxandGitHub 06e6f96326 Merge pull request #25 from guewen/monitoring-short-living-sessions
Expire sessions generated by health checks quickly
2018-01-11 08:20:39 +01:00
Guewen Baconnier a0c926a478 Expire sessions generated by health checks quickly
The default expiration of sessions is 7 days. With healthchecks run
every few seconds, we quickly have millions of anonymous sessions in
Redis. Allow to define a custom expiration for some sessions and set a
very short one for the monitoring requests.
2018-01-04 09:27:50 +01:00
Guewen Baconnier bcb4b8b98d Allow to use a Redis Sentinel 2017-05-16 09:07:30 +02:00
Guewen Baconnier 022f9003e8 Add debug logs in session_redis 2016-12-14 11:25:12 +01:00
Guewen Baconnier 92880deeab Explicit session_redis must be started in --load 2016-11-10 16:14:19 +01:00
Guewen Baconnier 3c8b74369b Make pylint happy 2016-11-03 16:58:36 +01:00
Guewen Baconnier b5f00c26dc Fix pep8 2016-11-02 10:29:02 +01:00
Guewen Baconnier 63daa99cdd Add session_redis 2016-10-24 17:12:27 +02:00