- Notifications
You must be signed in to change notification settings - Fork59
Releases: dabroek/node-cache-manager-redis-store
Releases · dabroek/node-cache-manager-redis-store
v3.0.1
v3.0.0
v3.0.0 - 15 Oct, 2022
Upgraded to redis@^4
Breaking Changes
- The store needs to be instantiatedbefore passing it to
cache-managerand can no longer be instantiated with the factory method - Dropped support for Node.js < 16.18
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v2.0.0
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Add support for keys() without a pattern
v1.5.0Add test and up the version number
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Add support for mset and mget
- Add
msetandmgetmethods to manage multiple keys
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Add promise support for del, reset, and ttl
- Add promise support for the del, reset, and ttl methods
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Add promise support for keys
- Add Jest tests
- Add promise support for the keys method
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Add support for older node versions
- Add babel transpiling to add support for older node versions.
- Now support for node >=v4.2.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Initial release
This is the initial release of the cache-manager-redis-store.
Assets2
Uh oh!
There was an error while loading.Please reload this page.