- Travis tests for Node 4.2 LTS
- Remove Travis tests for iojs. Added Travis tests for Node 5.0
- Remove Travis tests for Node 0.8.0
- Added Travis tests for Node 4.0
- Fixed #14 - Typo in README.md example. Thanks @odirus and @codeName007
- Removed debug message when wiping timed out sessions.
- Switched from underscore to lodash
- Allow
d
parameter on create. - Updated docs.
- Added tests for
d
on create feature.
- Redis connection events
- Make
hiredis
optional. #5
- Added support for https://github.com/mranney/node_redis#rediscreateclientport-host-options
options
object. - Added docs for
client
option to supply an already connected Redis object to redis-sessions