Predis v1.1.2 Release Notes

Release Date: 2020-08-11 // over 3 years ago
  • ๐Ÿฑ 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).