Skip to content

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

Open
@0xWJ

Description

@0xWJ

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions