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.1.1
(stable)
|
phpredis 4.1.1
This release contains only bugfixes and documentation improvements
* Fix arginfo for Redis::set method [0c5e7f4d] (Pavlo Yatsukhnenko) * Fix compression in RedisCluster [a53e1a34] (Pavlo Yatsukhnenko) * Fix TravisCI builds [9bf32d30] (@jrchamp) * Highlight php codes in documentation [c3b023b0] (@ackintosh) |