Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@tillkruss tillkruss released this 21 Nov 20:01
· 26 commits to v2.x since this release
bac46bf

Added

  • Added GeoShapeField field (#1467)
  • Added hash expiration commands (#1456)
  • Added support for time series IGNORE filter (#1458)
  • Added XREAD commands (#1459)
  • Added NOVALUES argument support to HSCAN (#1459)
  • Added support for search INDEXMISSING and INDEXEMPTY arguments (#1464)

Changed

  • Explicitly mark nullable parameters as nullable (#1448)
  • Filter out available replicas based on link status flag (#1440)
  • Respect prefix for ZPOPMIN, ZPOPMAX, ZMSCORE, LMOVE, BLMOVE, SMISMEMBER and GEOSEARCH (#1451, #1453, #1455, #1468)

Fixed

  • Fixed Relay support when using Redis Cluster (#1397)
  • Fixed cmsincrby() type annotation (#1333)
  • Fixed set() type annotation (#1394)
  • Fixed operator precedence in connection factory (#1405)
  • Fixed a bug with null arguments in set() method (#1470, #1471)