Skip to content

Releases: dabroek/node-cache-manager-redis-store

v3.0.1

16 Oct 22:44
Compare
Choose a tag to compare

v3.0.1 - 17 Oct, 2022

Fixed bug where the redisStore.del would no longer accept an options object, which broke the multiCaching interface.

v3.0.0

15 Oct 00:46
Compare
Choose a tag to compare

v3.0.0 - 15 Oct, 2022

Upgraded to redis@^4

Breaking Changes

  • The store needs to be instantiated before passing it to cache-manager and can no longer be instantiated with the factory method
  • Dropped support for Node.js < 16.18

v2.0.0

16 Oct 18:48
Compare
Choose a tag to compare

v2.0.0 - 13 Feb, 2020

Updates all outdated dependencies. Updating Jest from v20 to v25 revealed that not all tests that asserted a promise rejecting were succeeding as expected. This resulted in the breaking change mentioned below.

Breaking Changes

  • The set method now actually checks isCacheableValue before setting a value
  • Dropped support for Node.js < 8.3

Add support for keys() without a pattern

11 Jun 22:44
Compare
Choose a tag to compare
v1.5.0

Add test and up the version number

Add support for mset and mget

03 Mar 10:38
Compare
Choose a tag to compare
  • Add mset and mget methods to manage multiple keys

Add promise support for del, reset, and ttl

15 Dec 23:10
Compare
Choose a tag to compare
  • Add promise support for the del, reset, and ttl methods

Add promise support for keys

02 May 16:39
Compare
Choose a tag to compare
  • Add Jest tests
  • Add promise support for the keys method

Add support for older node versions

02 May 13:34
Compare
Choose a tag to compare
  • Add babel transpiling to add support for older node versions.
  • Now support for node >=v4.2.

Initial release

02 May 12:14
Compare
Choose a tag to compare

This is the initial release of the cache-manager-redis-store.