Package Information |
Summary |
PHP extension for interfacing with Redis |
Maintainers |
Nicolas Favre-Felix (lead) [wishlist] [details] Michael Grunder (lead) [details] Pavlo Yatsukhnenko (lead) [details]
|
License |
PHP |
Description |
This extension provides an API for communicating with Redis servers. |
Homepage |
https://github.com/phpredis/phpredis/ |
Release notes Version 2.2.5 (stable) |
phpredis 2.2.5
This is a minor release with several bug fixes as well as additions to support
new commands that have been introduced to Redis since our last release.
A special thanks to everyone who helps the project by commenting on issues and
submitting pull requests! :)
[NEW] Support for the BITPOS command
[NEW] Connection timeout option for RedisArray (@MikeToString)
[NEW] A _serialize method, to complement our existing _unserialize method
[NEW] Support for the PUBSUB command
[NEW] Support for SCAN, SSCAN, HSCAN, and ZSCAN
[NEW] Support for the WAIT command
[FIX] Handle the COPY and REPLACE arguments for the MIGRATE command
[DOC] Fix syntax error in documentation for the SET command (@mithunsatheesh)
[DOC] Homebrew documentation instructions (@mathias) |