Fixed bug where the redisStore.del
would no longer accept an options object, which broke the multiCaching interface.
Upgraded to redis@^4
- 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
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.
- The
set
method now actually checksisCacheableValue
before setting a value - Dropped support for Node.js < 8.3