All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
6.4.2 - 2021-04-27
- Updated dependecies: redis and generic-pool
6.4.1 - 2021-04-27
- The following vulnerabilities are fixed with an upgrade: https://snyk.io/vuln/SNYK-JS-REDIS-1255645
6.3.1 - 2021-03-14
- Fix typo in defaulTtlInS
6.2.0 - 2021-02-06
- Added type definition files
6.0.0 - 2020-05-25
- Typescipt
- Ability to unset defaultTtl
- Do not fallback to defaultTtl when ttl override is invalid
5.1.0 - 2020-05-23
- Using ES6 classes
- Renamed prop ttlInSeconds to defaultTtlInS in redisCache.init.
5.0.0 - 2020-05-23
- LICENCE UPDATE - MIT license
4.0.0 - 2020-05-17
- BREAKING CHANGE - Remove RedisCache class. Move RedisCache to module.
3.1.0 - 2020-05-17
- Major cleanup and dependency updates