Skip to content

Commit

Permalink
more readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlecompte committed Oct 8, 2012
1 parent 7910e0a commit 8e95518
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ would look like the following:


--- ---
:max_failures: 2 :max_failures: 2
:node_strategy: majority
:failover_strategy: latency
:required_node_managers: 2
:nodes: :nodes:
- localhost:6379 - localhost:6379
- localhost:1111 - localhost:1111
Expand All @@ -115,7 +118,9 @@ this Node Manager process dies or becomes partitioned from the network, another
will be promoted as the primary manager of redis servers. You can run as many Node Manager will be promoted as the primary manager of redis servers. You can run as many Node Manager
processes as you'd like. Every Node Manager periodically records health "snapshots" which the processes as you'd like. Every Node Manager periodically records health "snapshots" which the
primary/master Node Manager consults when determining if it should officially mark a redis primary/master Node Manager consults when determining if it should officially mark a redis
server as unavailable. By default, a majority strategy is used. server as unavailable. By default, a majority strategy is used. Also, when a failover
happens, the primary Node Manager will consult the node snapshots to determine the best
node to use as the new master.


## Client Usage ## Client Usage


Expand Down

0 comments on commit 8e95518

Please sign in to comment.