hiredis still listed as dependency in the NPM package [email protected]
As noted in the issue title, the package.json file obtained during installing this package via the npm command ... npm i [email protected] OR npm i redis-parser@latest ... still contains a reference to the hiredis dependancy.
According to your change log (and actually from what I can see in your repo in latest version of master branch) this dependency has completely been removed.
Any plans to make the npm v3.0.0 package consistent with whats in your repo?
Cheers for the support.
additional note ... as of node v12 and breaking change with the NaN library cause the compile errors when hiredis attempts to download and install.
Please update the package to latest master branch
It's been over a year, can there be a new release to include this fix? redis-parser, and redis packages do not work on node 12 and node 14.