tooz/doc/source
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
..
tutorial doc: add locking 2014-11-18 15:35:32 +01:00
conf.py Add driver autogenerated docs 2014-12-09 21:25:20 -08:00
developers.rst Add driver autogenerated docs 2014-12-09 21:25:20 -08:00
drivers.rst Add support for an optional redis-sentinel 2015-01-07 12:16:59 +01:00
index.rst A few more documentation tweaks 2014-12-18 13:19:30 -08:00
install.rst A few more documentation tweaks 2014-12-18 13:19:30 -08:00