Releases: dabroek/node-cache-manager-ioredis
Releases · dabroek/node-cache-manager-ioredis
v2.1.0
Update dependencies
- Update dependency ioredis from v2.5.0 to v3.0.0
- Update devDependency jest from v19.0.2 to v20.0.4
- Update devDependency babel-jest from v19.0.0 to v20.0.3
Note: Be aware that if you used the getClient
functionality to interact with ioredis directly, this could potentially be a breaking change for you. I only bumped a patch version because I assume people use this package for the API it exposes.
Initial release
Initial release of the cache-manager-ioredis
package. Thank to @theogravity for the port.