Skip to content

v0.12.1

Choose a tag to compare

@tillkruss tillkruss released this 15 Oct 20:43
· 19 commits to main since this release

Added

  • Added hgetWithMeta() method

Changed

  • Improved PhpRedis compatibility for Relay\Cluster::config()
  • Deprecated pclose() in favor of close()
  • Call SELECT 0 when stashing connections

Fixed

  • Fixed handling arguments of hsetex() method
  • Fixed arity for some vectorset commands
  • Fixed wrong reply format of raw GETEX command
  • Fixed HEXISTS when we have limited cached information about a key
  • Fixed literal reply type for SELECT and WATCH commands