You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the async RedisCluster is managing its own connection pools (see here) which, unlike its synchronous RedisCluster counterpart which is managing its connections by using the implementations of the Connection Pools that are available (see here). We currently have a use case where we'd much prefer to be using blocking connection pools and would be happy to work on such a change for the async RedisCluster instance. We also believe that this change might potentially help solve #2497 .
Would you be open to receiving pull requests for this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
juanamari94
changed the title
Use a blocking connection pool in the async RedisCluster instead of managinc connections synchronously
Use a blocking connection pool in the async RedisCluster instead of managing connections synchronously
Jan 4, 2023
Version:
redis-py
version 4.4.0Platform: N/A
Description:
Currently the async
RedisCluster
is managing its own connection pools (see here) which, unlike its synchronousRedisCluster
counterpart which is managing its connections by using the implementations of the Connection Pools that are available (see here). We currently have a use case where we'd much prefer to be using blocking connection pools and would be happy to work on such a change for the asyncRedisCluster
instance. We also believe that this change might potentially help solve #2497 .Would you be open to receiving pull requests for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: