Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/source/reference/ha.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ Zookeeper/Redis
Various |st2| features rely on a proper co-ordination backend in a distributed deployment to work
correctly.

`This <http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html#sc_RunningReplicatedZooKeeper>`__
shows how to run a replicated Zookeeper setup. See `this <http://redis.io/topics/sentinel>`__ to
understand Redis deployments using sentinel.
`This <https://zookeeper.apache.org/doc/r3.5.6/zookeeperStarted.html#sc_RunningReplicatedZooKeeper>`__
shows how to run a replicated Zookeeper setup. (Note: Make sure to refer to the documentation in the
same version as your running Zookeeper installation, if any.)
See `this <http://redis.io/topics/sentinel>`__ to understand Redis deployments using sentinel.

Nginx and Load Balancing
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down