Closed RemiKalbe closed 3 years ago
@RemiKalbe A really hacky solution I used is by manually updating the packages with patch-package
https://www.npmjs.com/package/patch-package
Here is the patch file https://gist.github.com/CryogenicPlanet/098eb730d068633428016c3d0e4250a7
Another reason to update is the vulnerability in the used redis version. https://www.npmjs.com/advisories/1662
Updated in 2.0.0
Hey 🖖,
Could you update
redis
andredis-command
to their latest version? Because right now, this version of redis requirehiredis
which is deal breaking for me.