Does redis-py work with sentinel?
sudo easy_install -U redis
Searching for redis
Reading
https://pypi.python.org/simple/redis/Best match: redis 2.10.3
Processing redis-2.10.3-py2.7.egg
redis 2.10.3 is already the active version in easy-install.pth
Using /usr/local/lib/python2.7/dist-packages/redis-2.10.3-py2.7.egg
Processing dependencies for redis
Finished processing dependencies for redis
Traceback (most recent call last):
File "/home/ubuntu/workspace/etl-scripts/zk_gevent_loop.py", line 10, in <module>
from redis.sentinel import Sentinel
ImportError: No module named sentinel