README.md in redis_failover-0.8.6 vs README.md in redis_failover-0.8.7

- old
+ new

@@ -35,9 +35,13 @@ If it fails to communicate with any node, it will go back and fetch the current list of available servers, and then optionally retry the operation. [ZK]: https://github.com/slyphon/zk +## Architecture Diagram + +![redis_failover architecture diagram](https://github.com/ryanlecompte/redis_failover/raw/master/misc/redis_failover.png) + ## Installation redis_failover has an external dependency on ZooKeeper. You must have a running ZooKeeper cluster already available in order to use redis_failover. ZooKeeper provides redis_failover with its high availability and data consistency between Redis::Failover clients and the Node Manager daemon. Please see the requirements section below for more information on installing and setting up ZooKeeper if you don't have it running already. Add this line to your application's Gemfile: