github alisaifee/coredis 4.4.0

latest releases: 5.1.0, 5.0.1, 5.0.0...
3 years ago

Breaking changes

  • Default nodemanager_follow_cluster to True

Deprecations

  • Deprecate readonly constructor argument in
    cluster client in favor of read_from_replicas

  • Remove invalid property setter for noreply mode

Bug Fixes

  • Fix incorrect behavior of ignore_replies context manager
    as it was not actually setting CLIENT REPLY and simply
    discarding connections
  • Ensure fetching a random connection doesn't deplete the
    node list in the connection pool
  • Ensure connection pools are disconnected on finalization
    to avoid leaking connections

Don't miss a new coredis release

NewReleases is sending notifications on new releases.