express-redis-cache
express-redis-cache copied to clipboard
Deprecated use of _headers
When executed with nodejs v12, triggers deprecation warning: "[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated"
The reason of it is here: https://github.com/rv-kip/express-redis-cache/blob/df4ed8e057a5b7d41d894e6e468f975aa62206f6/lib/ExpressRedisCache/route.js#L201
Issue with more details: (#125)
I opened a pull request solving this issue (#126).