Skip to content

v0.6.2

Compare
Choose a tag to compare
@tillkruss tillkruss released this 30 Mar 02:58
· 90 commits to main since this release
bd64b44

Added

  • Added EL9, Alpine 3.17 and some PHP 8.3 builds
  • Added SCHEDULE option to BGSAVE
  • Added WITHSCORE option to Z[REV]RANK

Changed

  • Renamed Alpine Linux builds from relay-alpine to relay-alpine3.9
  • Protect against issuing unsupported commands (e.g. MONITOR)
  • Reworked invalidation callbacks
  • Toggle OPT_THROW_ON_ERROR when toggling OPT_PHPREDIS_COMPATIBILITY option
  • Bumped default relay.max_endpoint_dbs to 32
  • Improved flushMemory() parameter naming
  • Upgraded bundled relay-pkg.so hiredis version to v1.1.0
  • Return Relay\Exception in transactions when OPT_THROW_ON_ERROR is enabled
  • Reworked WRONGTYPE handling for cached keys
  • Several minor improvements and housekeeping
  • Normalize how RESP3 null type _ is treated

Fixed

  • Fixed arity discrepancies between Relay and PhpRedis
  • Fixed several issues when calling rawCommand() with some commands
  • Fixed setting OPT_USE_CACHE via setOption() method
  • Fixed GEODIST return type

Removed

  • Removed OPT_STRING_TYPE_RETURN option
  • Removed license sub-array stats()