Skip to content

v0.20.0

Latest

Choose a tag to compare

@tillkruss tillkruss released this 26 Nov 16:31
· 1 commit to main since this release
c6c6f1a

Added

  • Added stable PHP 8.5 builds
  • Added ZTS builds for some distros
  • Added WAIT command to Relay\Cluster
  • Added DIGEST command
  • Added IFEQ, IFNE, IFDEQ, IFDNE SET options
  • Added DELEX command
  • Added MSETEX command
  • Added support for Dragonfly's ZDIFF WITHSCORES reply

Changed

  • ⚠️ Return Redis map as numeric array for raw commands in PhpRedis compatibility mode
  • ⚠️ Establish connections lazily in PhpRedis compatibility mode
  • Restored PHP 7.4 builds for macOS

Fixed

  • Fixed hGetWithMeta() sometimes returning incorrect value
  • Fixed reply type for VINFO command
  • Fixed a segfault caused by a null pointer dereference in Cluster