hagsteel / swampdragon

swampdragon
Other
557 stars 73 forks source link

Support for redis cluster #182

Open ZuSe opened 8 years ago

ZuSe commented 8 years ago

Redis released a new cluster feature with version 3. I think especially for bigger environment it would be nice to use Swampdragon with a clustered redis landscape to provide high availability and scalability. As for us the redis instances are not only used by swampdragon but also for caching and Celery.

Are there any plans to introduce cluster support to swampdragon? @jonashagstedt https://github.com/Grokzen/redis-py-cluster seems to be more or less stable.

I would kindly ask for feedback if cluster support is missed by anyone else.