-
Notifications
You must be signed in to change notification settings - Fork 335
when aioredis support redis cluster? #597
Comments
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 |
@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 |
I don't think that cluster support is on the roadmap. I cannot speak for this project.
… On Feb 7, 2020, at 4:31 AM, Yuriy Mann ***@***.***> wrote:
@bsergean <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#597>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC2O6UOMW4YXABRFYQLGQP3RBVICFANCNFSM4HNROX5Q>.
|
Redis Cluster support for aioredis |
@DriverX interesting, thanks, I'll take a look. |
Any processing ? |
When PR #891 is merged, it should be enabled since it's a redis-py port... but don't quote me on that. |
Thank you! |
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 |
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. |
It technically can and there is already a PR #1267 that implements it |
That's great to know, cannot wait to see it released. |
When aioredis support redis cluster, please? The status is WIP, and have been WIP for a very long time.
The text was updated successfully, but these errors were encountered: