redis 6.3.0

PHP extension for interfacing with key-value stores


This extension provides an API for communicating with RESP-based key-value
stores, such as Redis, Valkey, and KeyDB.

License: PHP

Changes

--- 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)