Skip to content

v0.10.1

Latest
Compare
Choose a tag to compare
@tillkruss tillkruss released this 14 Feb 17:42
· 1 commit to main since this release
87e62b4

Added

  • Added getWithMeta() method
  • Added Relay::OPT_PACK_IGNORE_NUMBERS option
  • Added relay.cap_endpoint_dbs directive and default to true

Changed

  • Changed the default lock to adaptive-mutex where available
  • Changed PHP warnings to a debug log entries when keylock or read-tokens can't be acquired

Fixed

  • Fixed core count detection in Docker environments
  • Fixed an infinite loop in random key eviction
  • Fixed a divide by zero bug in random key eviction
  • Fixed a bug where transaction state didn't get cleared in a forked child
  • Fixed a bug with incorrect start/end indexes of cached sorted set
  • Fixed a bug when trying to read from a persistent link that is no longer accessible
  • Fixed a bug where Relay was stashing non-ready connections leading to an assertion failure