celery / kombu

Messaging library for Python.
http://kombu.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
2.86k stars 926 forks source link

FR: Integrate Redis Cluster as transporter #526

Open drabaioli opened 8 years ago

drabaioli commented 8 years ago

The python Redis Cluster lib Grokzen/redis-py-cluster is considered production ready, therefore suitable for integrating Redis Cluster into Kombu (in the future redis-py-cluster will be integrated in redis-py, currently used by Kombu).

This integration would allow Celery to use Redis Cluster as broker (celery/celery#2852)

ZuSe commented 8 years ago

+1 I found this repo: https://github.com/hbasria/celery-redis-cluster-backend Maybe a good starting point.

Jaredn commented 6 years ago

+1

Aeon commented 5 years ago

+1

auvipy commented 5 years ago

Rather than posting useless +1 either come with a PR or donate to the project for ongoing maintenance.

yakhira commented 5 years ago

Any good news about this change? :)

auvipy commented 4 years ago

work in progress https://github.com/celery/kombu/pull/1021