redis 4.0.1

PHP extension for interfacing with Redis


This extension provides an API for communicating with Redis servers.

License: PHP

Changes

phpredis 4.0.1

* Fix arginfo for connect/pconnect issue #1337 [c3b228] (@mathroc)
* Don't leak a ZVAL [278232] (Michael Grunder)
* Fix config.m4 for lzf issue #1325 [20e173] (Pavlo Yatsukhnenko)
* Updates EXISTS documentation and notes change in 4.0.0 [bed186] (Michael Grunder)
* Fix typo in notes [0bed36] (@szepeviktor)