Skip to content

v0.9.0

Choose a tag to compare

@tillkruss tillkruss released this 19 Nov 18:13
· 30 commits to main since this release
ad8eb5f

Added

  • Added SWAPDB command
  • Added support for FT commands
  • Added Cluster::keys() method
  • Support caching TYPE command
  • Support caching of ZSET commands

Changed

  • Improved stubs and PhpRedis compatibility
  • Improved performance and reliability invalidation signal handling
  • Many internal improvements
  • Prevent getMode() and getDdNum() from triggering peridic INFO call

Fixed

  • Fixed a dozen segfaults
  • Fixed several of memory leaks
  • Fixed several issues when transactions fail
  • Fixed serialization and compression edge cases for many commands
  • Fixed many edge cases when selecting databases
  • Fixed several reply-types when PhpRedis compatibility is disabled
  • Fixed ZRANGE and PFCOUNT stubs to match PhpRedis
  • Fixed return type validation for GEODIST and GEORADIUS
  • Fixed HRANDFIELD command when WITHVALUES is used