- PR #27 Adds node v12 to Travis
- Replace node redis with ioredis
- Update redis client to
0.12.1
- Update redis client to
2.0.8
- pin dependencies and test CI in Node 4 - PR #17
- update Mocha to v5 - PR #18
- reconnect to new master after redis failover - PR #20:w
- fixes brittle test by using separate port numbers
- use forked version of sentintel client - see PR #14
- improve error reporting - see PR #13
- pin redis to version 0.12.1 - see PR #12
- update travis config and README.md badges
- fix use of multi in single key get/set methods
- add expireTTL to single key get/set methods
- add get/set methods for single keys
- Crash when connection times out
- Refactor connection.js
- License updated
- Changes for stream resource ** List (with id) abstraction ** Lock module ** Id generator module (globally autoincrementing ids)
- Avoid argument rearrangement because of undefined callback
- Use redis-sentinel instead of redis-sentinel-client
- Use latest redis library
- Crash if master goes down
- Tests for connection
- Use latest minilog version for logging
- Initial version (extracted from radar)
- Support both redis; and sentinel through redis-sentinel-client