Revision history for Catalyst-Plugin-Session-Store-Redis 0.901 2024-09-27 12:49:37+02:00 - Adding ssl, name, username, password and alternative reconnect parameter 0.900 2021-01-08 23:07:36+01:00 - dist housekeeping, Dist::Zilla::PluginBundle::Author::DOMM 0.09 2018-04-16T23:18:14 - Added missing prereqs as reported by CPANTS. (Mohammad S Anwar) (also reported by cpantesters, I should really use Dist::Zilla to autogenerate cpanfile...) - document Contributors 0.08 2018-04-10T11:33:57 - Make redis database configurable (Andreas Granig) 0.07 2016-09-06T19:12:46 - new maintainer: domm - some doc changes 0.06 2016-09-05T13:36:48 - add reconnect param (domm) 0.05 December 20th, 2009 - Remove connection setup from setup_session method so that connections are created later. This allow pre-fork setups to create connections after the fork. (Thanks Richard Soderberg) 0.04 December 12th, 2009 - Update POD wrt expiry 0.03 December 12th, 2009 - Fix POD description - Fix logging typo (said 'Getting key' when it meant 'Setting key') - Use Redis' EXPIRE command to build in session expiration so we can ignore it. As such, delete_expired_sessions is now a null-op. - Unify connection code that was previously duplicated in setup_session - Test against Redis 1.02 and 1.1.91-beta 0.02 Keep up with changes in Catalyst-Plugin-Session 0.01 First version, released on an unsuspecting world.