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 5.3.2
(stable)
|
This release containse some bugfixes and small improvements. You can find a detailed list of changes in Changelog.md and package.xml
* Sponsors ~ Audiomack - https://audiomack.com ~ BlueHost - https://bluehost.com ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman ~ Oleg Babushkin - https://github.com/olbabushkin
phpredis 5.3.2
* Use "%.17g" sprintf format for doubles as done in Redis server. [32be3006] (Pavlo Yatsukhnenko) * Allow to pass NULL as RedisCluster stream context options. [72024afe] (Pavlo Yatsukhnenko)
---
phpredis 5.3.2RC2
---
* Verify SET options are strings before testing them as strings [514bc371] (Michael Grunder)
---
phpredis 5.3.2RC1
--- * Fix cluster segfault when dealing with NULL multi bulk replies in RedisCluster [950e8de8] (Michael Grunder, Alex Offshore) * Fix xReadGroup() must return message id [500916a4] (Pavlo Yatsukhnenko) * Fix memory leak in rediscluster session handler [b2cffffc] (Pavlo Yatsukhnenko) * Fix XInfo() returns false if the stream is empty [5719c9f7, 566fdeeb] (Pavlo Yatsukhnenko, Michael Grunder) * Relax requirements on set's expire argument [36458071] (Michael Grunder) * Refactor redis_sock_check_liveness [c5950644] (Pavlo Yatsukhnenko) * PHP8 compatibility [a7662da7, f4a30cb2, 17848791] (Pavlo Yatsukhnenko, Remi Collet) * Update documentation [c9ed151d, 398c99d9] (Ali Alwash, Gregoire Pineau) * Add Redis::OPT_NULL_MULTIBULK_AS_NULL setting to treat NULL multi bulk replies as NULL instead of []. [950e8de8] (Michael Grunder, Alex Offshore) * Allow to specify stream context for rediscluster session handler [a8daaff8, 4fbe7df7] (Pavlo Yatsukhnenko) * Add new parameter to RedisCluster to specify stream ssl/tls context. [f771ea16] (Pavlo Yatsukhnenko) * Add new parameter to RedisSentinel to specify auth information [81c502ae] (Pavlo Yatsukhnenko) |