Skip to content

Tags: barshaul/phpredis

Tags

5.3.4

Toggle 5.3.4's commit message
phpredis 5.3.4

This release fixes a multi/pipeline segfault on apple silicon as well as
two small compression related bugs.

You can find a detailed list of changes in Changelog.md and package.xml

* Fix multi/pipeline segfault on Apple silicon [e0796d4] (Michael Grunder)
* Pass compression flag on HMGET in RedisCluster [edc724e] (Adam Olley)
* Abide by ZSTD error return constants [8400ed1] (Michael Grunder)
* Fix timing related CI session tests [9b986bf8] (Michael Grunder)

* Sponsors
  ~ Audiomack - https://audiomack.com
  ~ Open LMS - https://openlms.net
  ~ BlueHost - https://bluehost.com
  ~ Object Cache Pro for WordPress - https://objectcache.pro
  ~ Avtandil Kikabidze - https://github.com/akalongman
  ~ Zaher Ghaibeh - https://github.com/zaherg
  ~ BatchLabs - https://batch.com

5.3.3

Toggle 5.3.3's commit message
5.3.3

This release mostly includes just small PHP 8 Windows compatibility fixes
such that pecl.php.net can automatically build Windows DLLs.

You can find a detailed list of changes in Changelog.md and package.xml

* Fix PHP8 Windows includes [270b4db] (Jan-E)
* Fix hash ops for php 8.0.1 [87297cb] (defender-11)
* Disable cloning Redis and RedisCluster objects [cd05a34]
  (Michael Grunder)

* 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
  ~ Zaher Ghaibeh - https://github.com/zaherg
  ~ BatchLabs - https://batch.com

5.3.1

Toggle 5.3.1's commit message
phpredis 5.3.1

This is a small bugfix release for issues discovered in 5.3.0.

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

5.3.0

Toggle 5.3.0's commit message
phpredis 5.3.0

  This release contains initial support for Redis 6 ACLs, LZ4 compression,
  and many more fixes and improvements.

  You can find a detailed list of changes in Changelog.md and package.xml

  A special thanks to BlueHost for sponsoring ACL support \o/

  * Sponsors
    ~ Audiomack - https://audiomack.com
    ~ BlueHost - https://bluehost.com
    ~ Redis Cache Pro for WordPress - https://wprediscache.com
    ~ Avtandil Kikabidze - https://github.com/akalongman

5.3.0RC2

Toggle 5.3.0RC2's commit message
phpredis 5.3.0RC2

  This release contains initial support for Redis 6 ACLs, LZ4 compression,
  and many more fixes and improvements.

  You can find a detailed list of changes in Changelog.md and package.xml

  A special thanks to BlueHost for sponsoring ACL support \o/

  * Sponsors
    ~ Audiomack - https://audiomack.com
    ~ BlueHost - https://bluehost.com
    ~ Redis Cache Pro for WordPress - https://wprediscache.com
    ~ Avtandil Kikabidze - https://github.com/akalongman

5.3.0RC1

Toggle 5.3.0RC1's commit message
phpredis 5.3.0RC1

  This release contains initial support for Redis 6 ACLs, LZ4
  compression, and many more fixes and improvements.

  You can find a detailed list of changes in Changelog.md and
  package.xml.

  A special thanks to Bluehost.com for sponsoring ACL support. \o/

 * Sponsors

   ~ Audiomack.com](https://audiomack.com)
   ~ BlueHost](https://bluehost.com)
   ~ Redis Cache Pro for WordPress](https://wprediscache.com/)
   ~ Avtandil Kikabidze](https://github.com/akalongman)

5.2.2

Toggle 5.2.2's commit message
phpredis 5.2.2

  * Inexpensive liveness check, and making ECHO optional [56898f8] (Pavlo Yatsukhnenko)
  * Move `AUTH` to `redis_sock_server_open` [80f2529](Pavlo Yatsukhnenko)