github alisaifee/coredis 4.6.0

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

Feature

  • Implement early release back to connection pool to allow multiple concurrent commands to use the some connection
    thus significantly reducing the need to expand the connection pool when using blocking connection pools

Bug Fix

  • Add a lock when initializing the cluster client to ensure concurrent "first access" does not result in corruption of the
    cluster node layout or a thundering herd to initialize the layout

Compatibility

  • Enable wheel build for python 3.11

Chores

  • Improve stability of test suite
  • Enable recursive response types for mypy & pyright

Don't miss a new coredis release

NewReleases is sending notifications on new releases.