Predis is under new management. Read the announcement and checkout the roadmap 🚀
If you (or your business) would like to support the development of this fantastic library and ensure it's bright future, please use the GitHub Sponsor button 🙏🏻
Changes
- FIX: pure CRC16 implementation failed to calculate the correct hash when
the input value passed to the hash() method is an integer (PR #450).
- FIX: make PHP iterator abstractions for
ZSCAN and HSCAN working with
PHP 7.2 due to a breaking change, namely the removal of each() (PR #448).