Skip to content

v2.1.2

Compare
Choose a tag to compare
@tillkruss tillkruss released this 02 Mar 18:36
· 52 commits to v2.x since this release
a77a439

Added

  • Added stream commands to KeyPrefixProcessor (#1051)
  • Added ReplicationStrategy::$loadBalancing option to disable replica reads (#1168)
  • Added support for FCALL and FUNCTIONS commands (#1049)
  • Added support for PEXPIRETIME command (#1031)
  • Added support for EXPIRETIME command (#1029)
  • Added support for EVAL_RO command (#1032)
  • Added support for LCS command (#1035)
  • Added support for SORT_RO command (#1044)
  • Added support for SINTERCARD command (#1027)
  • Added support for EVALSHA_RO command (#1034)
  • Added support for new arguments for BITPOS and BITCOUNT commands (#1045)
  • Added support for new arguments for EXPIRE and EXPIREAT commands (#1046)

Bug Fixes

  • Fixed deprecated function call syntax

Deprecated

  • Further deprecated phpiredis and webdis integration (#1179)

Maintenance

  • Applied coding standards
  • Pass PHPStan level 2