Skip to content
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

Any plan to support redis cluster #3479

Closed
RyanKung opened this issue Sep 27, 2016 · 9 comments
Closed

Any plan to support redis cluster #3479

RyanKung opened this issue Sep 27, 2016 · 9 comments

Comments

@RyanKung
Copy link

Any plan to support redis-cluster?

I think redis-cluster can be simply implement by inheriting celery.backend.redis.RedisBackend, Is there any plan to do that?

@ask
Copy link
Contributor

ask commented Sep 30, 2016

celery.backend.redis is the result backend, the broker is in kombu.transport.redis.

I'm sure it could be possible to support this, maybe look in the Kombu issue tracker to see if anyone is already working on it.

@ztsv
Copy link

ztsv commented Oct 4, 2016

@auvipy
Copy link
Member

auvipy commented Jan 19, 2018

we might get that package merged into celery

@auvipy auvipy added this to the v5.0.0 milestone Jan 19, 2018
@auvipy auvipy self-assigned this Aug 12, 2018
@pabloariasmora
Copy link

The redis-cluster support is a good feature to have 💯

@bpereto
Copy link
Contributor

bpereto commented Oct 25, 2018

@auvipy why not using redis-sentinel?

like here:
#5142

@auvipy
Copy link
Member

auvipy commented Oct 25, 2018

I didn't get your point, could you elaborate more?

@bpereto
Copy link
Contributor

bpereto commented Oct 25, 2018

sorry, mixed up sentinel and redis-cluster.

@thedrow
Copy link
Member

thedrow commented Jan 1, 2019

This is a duplicate of #2852.

@thedrow thedrow closed this as completed Jan 1, 2019
@thedrow thedrow removed this from the v5.0.0 milestone Jan 1, 2019
@Lowell-liu
Copy link

Any plan to support redis-cluster? is a good feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants