Revision history for Dancer2::Session::Redis
0.008 Tue 16 Aug 11:57:13 CEST 2016
* Run tests against real redis server if possible.
* Add _change_id method for native support of Dancer2's upcoming
change_session_id method.
0.007 Sat 13 Aug 12:38:48 CEST 2016
* Don't use Sereal in non-release tests GH#9 (andk)
0.006 Wed 10 Aug 16:04:07 CEST 2016
* Switch back to using Types::Standard
0.005 Wed 10 Aug 14:22:42 CEST 2016
* Improve tests so they do not fail incorrectly on Travis-CI
0.004 Wed 10 Aug 12:25:58 CEST 2016
* Croak if session_duration config option has not been set
* Add RELEASE_TESTING tests which exercise a real Redis server.