- Switch from Travis to Github Actions.
- Add Node 22 to test suite.
- Update development/test dependencies.
- Add type definitions.
- Add Node 20 and 21 to travis.yml, remove 19, 16, 14.
- Update development/test dependencies.
- Add support for node-redis.
- Add Node 19 to travis.yml.
- Update development/test dependencies.
- Update development/test dependencies.
- Add support for ioredis 5.
- Drop support for ioredis 2 and 3.
- Add Node 16, 18 to travis.yml.
- Remove Node 10, 12, 13, and 15 from travis.yaml.
- Drop support for Node 10 and Node 12.
- Update development/test dependencies.
- Add Node 14 and 15 to travis.yml.
- Fix a few minor linting issues.
- Fix issue where the TTL of the key (which is in milliseconds) was getting treated as a TTL in seconds for redis expiration
- Update development/test dependencies
- Add Node 13 to travis.yml
- Remove support for Node 8 and 9, and remove Node 8 and 9 from travis.yml (since mocha/eslint no longer supports them).
- Stop rounding remaining tokens
- Update development/test dependencies
- Add Node 11 & 12 to travis.yml
- Update development/test dependencies
- Verify that ioredis >= 4.0 works and accept in package.json
- Update lint rules and fix affected tests
- Add Node 9 & 10 to travis.yml
- Initial release