-
Notifications
You must be signed in to change notification settings - Fork 36
hiredis is not compiling in nodejs 12 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting the same issue when building with parcel |
Any news on this? As hiredis is pretty much abonded, it should be removed as dependency. EDIT: Ah, v3 it is removed already, node-redis still uses 2.6 and that was causing problems. |
@sookoll could you install "redis"? I didn't quite understand your solution. Help? |
If you can upgrade the latest node-redis you don't need hiredis, it uses this repo which is fastest than hiredis as authors claim. If you are like me and stuck at some version, you can use this fork redis/hiredis-node#144 until the PR will get merged |
I really didn't need hiredis. I moved to use "ioredis" and it works good for me. |
Hey all,
Given that a fix is sat on master for this I'm going to go ahead and close this issue now. Thanks |
It's been more than 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. |
Is there any way that this package will no longer depend on hiredis? Hiredis is not building properly using node-gyp in nodejs 12
The text was updated successfully, but these errors were encountered: