Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

when aioredis support redis cluster? #597

Closed
wingzzzz opened this issue May 17, 2019 · 12 comments
Closed

when aioredis support redis cluster? #597

wingzzzz opened this issue May 17, 2019 · 12 comments
Labels
resolved-via-latest This indicates this issue is either resolved or invalid as of the latest version.

Comments

@wingzzzz
Copy link

When aioredis support redis cluster, please? The status is WIP, and have been WIP for a very long time.

@bsergean
Copy link

There's a redis proxy coming up that might make this less of an issue.

Salvatore talks about it a bit here -> https://www.youtube.com/watch?v=lo-Pgf_l7_M

@yurymann
Copy link

yurymann commented Feb 7, 2020

@bsergean , is there an update on this, please? We have chosen aioredis as the strategic asyncio redis client, assuming redis cluster is naturally supported. Is it completely not supported, or just certain features? Where can we read more about this?

Thanks

@bsergean
Copy link

bsergean commented Feb 7, 2020 via email

@DriverX
Copy link
Contributor

DriverX commented Dec 14, 2020

Redis Cluster support for aioredis
https://pypi.org/project/aioredis-cluster/

@yurymann
Copy link

@DriverX interesting, thanks, I'll take a look.

@DachuanZhao
Copy link

Any processing ?

@Andrew-Chen-Wang
Copy link
Collaborator

When PR #891 is merged, it should be enabled since it's a redis-py port... but don't quote me on that.

@seandstewart seandstewart added the resolved-via-latest This indicates this issue is either resolved or invalid as of the latest version. label Mar 18, 2021
@wingzzzz
Copy link
Author

Redis Cluster support for aioredis
https://pypi.org/project/aioredis-cluster/

Thank you!

@utkarshgupta137
Copy link

redis-py doesn't support cluster mode: redis/redis-py#1385. I don't think basing code around it will work. For cluster support, I think a separate implementation will be required based on https://github.com/Grokzen/redis-py-cluster

@HanfordWu
Copy link

Hey team, I see doc saying v2.0 doesn't support cluster, but to what degree it support cluster mode? Though I don't find a way to connect to a cluster.

@Andrew-Chen-Wang
Copy link
Collaborator

Andrew-Chen-Wang commented Jan 13, 2022

It technically can and there is already a PR #1267 that implements it

@HanfordWu
Copy link

That's great to know, cannot wait to see it released.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-via-latest This indicates this issue is either resolved or invalid as of the latest version.
Projects
None yet
Development

No branches or pull requests

9 participants