Skip to content

v0.23.3

Choose a tag to compare

@jaymell jaymell released this 01 Sep 14:18
· 892 commits to main since this release
85960f4

0.23.3 (2023-09-01)

Note that this release fixes a small regression in async Redis Cluster handling of the PING command.
Based on updated response aggregation logic in #888, it
will again return a single response instead of an array.

Features

  • Add key_type command (#933 @bruaba)
  • Async cluster: Group responses by response_policy. (#888)

Fixes

  • Remove unnecessary heap allocation (#939 @thechampagne)
  • Sentinel tests: Ensure no ports are used twice (#915)
  • Fix lint issues (#937)
  • Fix JSON serialization error test (#928)
  • Remove unused dependencies (#916)