Skip to content

4.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 02:41
· 634 commits to master since this release
4.3.0

Features

  • Allow passing connection_pool_cls to Redis and RedisCluster constructors to pick
    the connection pool implementation during client construction

Breaking Changes

  • Raise coredis.exceptions.ConnectionError instead of coredis.exceptions.RedisClusterError
    when a connection can't be acquired due to max_connections being hit.