Package Information |
Summary |
PHP extension for interfacing with key-value stores |
Maintainers |
Michael Grunder <
michael dot grunder at gmail dot com >
(lead)
[details]
Pavlo Yatsukhnenko (lead)
[details]
|
License |
PHP |
Description |
This extension provides an API for communicating with RESP-based key-value
stores, such as Redis, Valkey, and KeyDB. |
Homepage |
https://github.com/phpredis/phpredis/
|
Release notes
Version 4.0.1
(stable)
|
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) |