Skip to content

Commit

Permalink
Merge 7aafacd into c506837
Browse files Browse the repository at this point in the history
  • Loading branch information
deng-zy committed Feb 26, 2016
2 parents c506837 + 7aafacd commit 2866811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions celery_redis_sentinel/redis_sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def get_redis_via_sentinel(db,
socket_timeout=0.1,
redis_class=StrictRedis,
connection_pool_class=SentinelConnectionPool,
password=None,
**kwargs):
"""
Helper function for getting ``Redis`` instance via sentinel
Expand Down Expand Up @@ -55,6 +56,7 @@ def get_redis_via_sentinel(db,
db=db,
redis_class=redis_class,
connection_pool_class=connection_pool_class,
password=password,
)


Expand Down

0 comments on commit 2866811

Please sign in to comment.