Skip to content

Commit

Permalink
feature: redis cluster as broker
Browse files Browse the repository at this point in the history
Support new transport: redis-cluster

Basicly use redis transport code and replace the redis part into
alauda-redis-py-cluster which is a patch and waiting to be merged into
main branch.

Signed-off-by: Lei Gong <xue177125184@gmail.com>
  • Loading branch information
Lei Gong authored and max8899 committed Jun 22, 2017
1 parent 395c0f1 commit 354488a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/extras/redis-cluster.txt
@@ -0,0 +1,2 @@
redis>=2.10.3
alauda-redis-py-cluster==1.3.4
1 change: 1 addition & 0 deletions requirements/test-ci.txt
Expand Up @@ -2,5 +2,6 @@ boto
coverage>=3.0
coveralls
redis
alauda-redis-py-cluster
PyYAML
msgpack-python>0.2.0 # 0.2.0 dropped 2.5 support
1 change: 1 addition & 0 deletions requirements/test-ci3.txt
@@ -1,5 +1,6 @@
coverage>=3.0
coveralls
redis
alauda-redis-py-cluster
PyYAML
msgpack-python>0.2.0 # 0.2.0 dropped 2.5 support
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -131,6 +131,7 @@ def extras(*p):
'msgpack': extras('msgpack.txt'),
'yaml': extras('yaml.txt'),
'redis': extras('redis.txt'),
'redis-cluster': extras('redis-cluster.txt'),
'mongodb': extras('mongodb.txt'),
'sqs': extras('sqs.txt'),
'couchdb': extras('couchdb.txt'),
Expand Down

0 comments on commit 354488a

Please sign in to comment.