| 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 6.3.0
(stable)
|
--- Sponsors ---
A-VISION Advertising - https://github.com/A-VISION-BV Avtandil Kikabidze - https://github.com/akalongman Geoffrey Hoffman - https://github.com/phpguru Object Cache Pro for WordPress - https://objectcache.pro/ Open LMS - https://openlms.net/ Relay - https://relay.so Salvatore Sanfilippo - https://github.com/antirez Ty Karok - https://github.com/karock
--- 6.3.0 ---
This release introduces support for dozens of new commands, including hash field expiration, Valkey?s DELIFEQ, and Redis vector set commands. It also includes many bug fixes and performance improvements.
Fixed:
* Cloning our objects should not segfault [770034cc] (michael-grunder) * Fix return type for `RedisCluster` `vgetattr` and `vsetattr` [834d2b37] (michael-grunder) |