tooz/tooz
Chris Dent a2216e383e Add support for an optional redis-sentinel
If sentinel support is desired then the connection URI should take
the form:

   redis://<sentinel host>:<sentinel port>?sentinel=<master name>

This will be parsed to connect to a Sentinel server to discover a
master. The response will be used to make a connection to the
current master.

The setup-sentinel-env.sh script will exit with an error if either
the redis-server or sentinel cannot be found. When the script is
done it will clean up the mess it makes.

Change-Id: I205ed88c72587d9f5f916d344c44192bee2aa41a
2015-01-07 12:16:59 +01:00
..
drivers Add support for an optional redis-sentinel 2015-01-07 12:16:59 +01:00
openstack Switch to oslo.utils 2014-10-02 16:38:22 +02:00
tests Merge "tests: use scenarios attributes for timeout capability" 2014-12-18 19:36:36 +00:00
__init__.py Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
coordination.py memcached: add support for group deletion 2014-12-09 17:04:22 +01:00
locking.py Make lock blocking with no time out by default 2014-10-03 21:53:36 +02:00
utils.py Discard 'self' from '_joined_groups' if we got booted out 2014-11-06 15:09:34 +00:00