nrk / phpiredis

PHP extension for Redis based on Hiredis
BSD 2-Clause "Simplified" License
490 stars 67 forks source link

Will recent Hiredis upgrades be implemented? #64

Closed gearhead closed 3 years ago

gearhead commented 4 years ago

Hiredis recently went to 0.14.1 and is working towards a 1.0.0 release with some breaking changes. With 0.14 be implemented? 1.0.0?

gearhead commented 4 years ago

I posted a pull request. This pull request works with hiredis 0.14. Confirmed on x64, armv6h, armv7h

gearhead commented 4 years ago

Which distro are using that is at 1.0? I am on Arch and we are still at hiredis 0.14. I have not looked at 1.0 to see what will be required only that the hiredis page mentions changes which will break stuff...

nrk commented 4 years ago

Issues with newer hiredis versions will be addressed in the next few days 👍

nrk commented 3 years ago

Changes to support Hiredis >= 0.14, >= 1.0 have been merged in the v1.1 branch, the new minor release will be shipped in a few days is everything is fine. v1.0 will remain stuck to older Hiredis versions. Thank you.

gearhead commented 3 years ago

Thank you! Built. works!

nrk commented 3 years ago

Great, thanks.