Skip to content
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

changed all commands from redisReplyReader to redisReader #65

Closed
wants to merge 1 commit into from
Closed

changed all commands from redisReplyReader to redisReader #65

wants to merge 1 commit into from

Conversation

gearhead
Copy link
Contributor

I was reading through the hiredis documents and see that the main change to 0.14.0 from 0.13.3 is that some commands were changed from redisReplyReader* to redisReader*. I made this simple change to the *.c file, compiled it for armv7h, installed hiredis 0.14.0, installed the compiled php-phpiredis-git and now it works. I was reading through the docs for the upcoming updates and do not think I know enough to adapt this to the upcoming hiredis 1.0.0 as there are more changes that I do not fully understand, so I may not be able to help on the next update, but for now, this seems to work.
https://github.com/redis/hiredis/blob/master/CHANGELOG.md

@nrk
Copy link
Owner

nrk commented Sep 20, 2020

Merged into v1.1 branch. As for v1.0, it will remain stuck to Hiredis <= 0.14. Thank you!

@nrk nrk closed this Sep 20, 2020
@nrk nrk added the hiredis label Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants