Skip to content

v0.11.1

Latest
Compare
Choose a tag to compare
@tillkruss tillkruss released this 22 Jul 21:24
· 3 commits to main since this release
e3767b8

Added

  • Added status property to Relay::$adaptiveCache
  • Added adaptive_cache endpoint information to stats()
  • Added Cluster::lastMemoryFlush() method
  • Added relay.adaptive_cache.min_(events|ratio) ini directives
  • Added isTracked() method to check if a key is tracked in-memory

Changed

  • Changed minEvents to take a negative numbers
  • Improved PHP 8.5 compatibility

Fixed

  • Fixed arity of HGETDEL command
  • Fixed a bug where the adaptive cache would clear on stashed connections
  • Fixed a segfault caused by a null pointer dereference in Cluster
  • Fixed a segfault caused by uint32_t multiplication overflow
  • Fixed handling PERSIST argument of HGETEX command
  • Fixed getWithMeta() sometimes returning incorrect length