Closed christianpv closed 7 years ago
I recommend not to use hiredis at all.
Thanks for the recommendation but I'm not using it directly. I installed the ioredis
package which has a dependency on redis-parser@^2.4.0
. The package manager installs redis-parser@^2.6.0
, and that version is using hiredis
as a dependency in /lib/hiredis.js
but its not listing it in its package.json
dependencies. I'm going to make a PR to ioredis
to required redis-parser@^3.0.0
but I would like to suggest that we find a way to add hiredis
to package.json
dependencies for redis-parser
v2(I only know v2.6.0 is missing it).
Is there is any progress on this ticket?
Installing
redis-parser
withyarn
does not installhiredis
. I believe build is passing because we are runningnpm install hiredis
in .travis.ymlNevermind, I think it was another issue upstream. Thanks a lot for your time.