Skip to content

Releases: dabroek/node-cache-manager-ioredis

v2.1.0

04 Jul 21:34
Compare
Choose a tag to compare
  • Added support for using an external Redis instance using the new redisInstance parameter. Special thanks to @marcoreni!
  • Updated dependencies.

Update dependencies

24 May 21:41
Compare
Choose a tag to compare
  • 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

04 May 09:43
Compare
Choose a tag to compare

Initial release of the cache-manager-ioredis package. Thank to @theogravity for the port.