Predis v1.0.1 Release Notes

Release Date: 2015-07-30 // almost 9 years ago
  • ๐Ÿš€ This is a maintenance release for the 1.0 series. What follows is an overview of the changes and bug fixes introduced in this release, more details are available in the CHANGELOG.

    ๐Ÿ‘Œ Improvements

    • โž• Added the BITPOS command to the server profile for Redis 2.8 (pull request by @nicchap).
    • 0๏ธโƒฃ It is now possible to specify a timeout for read/write operations also when using UNIX domain sockets with Predis\Connection\StreamConnection which is the default connection class based on PHP's streams (pull request by @srhnsn).

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘€ A bug prevented Predis\Collection\Iterator\SortedSetKey to work correctly when iterating over sorted sets containing integer members (see #216).
    • ๐Ÿ‘€ Applied a workaround for a bug in old versions of PHP < 5.3.9 affecting inheritance (see 99f4312).
    • Prevent E_NOTICE messages from being emitted when requesting empty or unexistent info sections using INFO.

    Notes

    • ๐Ÿš€ Due to a bug in HHVM <= 3.4.0, it is not possible to use Predis\PubSub\Consumer and Predis\Monitor\Consumer when running under Facebook's runtime for now. You can find more details in the discussion on #231 (thanks @rubensayshi for the catch!) which also provides an hack to work around this issue until the next release of HHVM will ship with their bug fixed.

    Downloads