redis 5.1.1

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

phpredis 5.1.1

This release contains only bugfix for unix-socket connection.

* Fix fail to connect to redis through unix socket [2bae8010, 9f4ededa] (Pavlo Yatsukhnenko, Michael Grunder)
* Documentation improvements (@fitztrev)