4.3.0
Features
- Allow passing
connection_pool_cls
toRedis
andRedisCluster
constructors to pick
the connection pool implementation during client construction
Breaking Changes
- Raise
coredis.exceptions.ConnectionError
instead ofcoredis.exceptions.RedisClusterError
when a connection can't be acquired due tomax_connections
being hit.