Changes for version 0.03

  • 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

Modules

Redis Session store for Catalyst