Skip to content

Is there any plan to use ConnectionPool in redis.asyncio.cluster.ClusterNode? #3558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
0xWJ opened this issue Mar 13, 2025 · 1 comment
Open
Assignees

Comments

@0xWJ
Copy link

0xWJ commented Mar 13, 2025

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).

@vladvildanov
Copy link
Collaborator

Hi! @0xWJ we're aware of this API misalignment between sync and async version, I will add this issue into our tech debt backlog

@petyaslavova petyaslavova self-assigned this Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants