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
I am customizing ConnectionPool for my project, but found redis/async redis/redis cluster are using ConnectionPool (but with different API, which is bothering), but async redis cluster are embedding ConnectionPool in its implementation. That means it is impossible to customize ConnectionPool for async redis cluster.
My question is, is there any plan to refine async redis cluster (or cluster as a whole, because the API to use a different ConnectionPool is different).
The text was updated successfully, but these errors were encountered:
I am customizing ConnectionPool for my project, but found redis/async redis/redis cluster are using ConnectionPool (but with different API, which is bothering), but async redis cluster are embedding ConnectionPool in its implementation. That means it is impossible to customize ConnectionPool for async redis cluster.
My question is, is there any plan to refine async redis cluster (or cluster as a whole, because the API to use a different ConnectionPool is different).
The text was updated successfully, but these errors were encountered: