express-redis-cache2
Advanced tools
Changelog
2.0.0-beta6
This release removes deprecated expressRedisCache
and expressRedisCacheName
.
Changelog
2.0.0-beta5
This release fixes the constructor function.
Changelog
v2.0.0-beta3
This release fixes typing file index.d.ts
.
Changelog
v2.0.0-beta2
This release adds typing file index.d.ts
.
Changelog
v2.0.0-beta1
This library is a fork of express-redis-cache which appears to be no longer maintained as the last version was released 4 years ago and contains a potential exponential regex in monitor mode vulnerability.
Breaking changes
redis
as an external dependency. This means that you now need to install redis
dependency yourself.options.port
and options.host
was removed.express-redis-cache
was removed.express-redis-cache2
is now compatible with redis@3
.