README.md in redis_failover-0.5.2 vs README.md in redis_failover-0.5.3
- old
+ new
@@ -56,11 +56,11 @@
following options:
Usage: redis_node_manager [OPTIONS]
-p, --password password Redis password (optional)
-n, --nodes redis nodes Comma-separated redis host:port pairs (required)
- -z zookeeper servers, Comma-separated zookeeper host:port pairs (required)
+ -z zookeeper servers, Comma-separated ZooKeeper host:port pairs (required)
--zkservers
--znode-path path Znode path override for storing redis server list (optional)
--max-failures count Max failures before manager marks node unavailable (default 3)
-h, --help Display all options
@@ -83,11 +83,11 @@
The client actually employs the common redis and redis-namespace gems underneath, so this should be
a drop-in replacement for your existing pure redis client usage.
The full set of options that can be passed to RedisFailover::Client are:
- :zkservers - comma-separated zookeeper host:port pairs (required)
+ :zkservers - comma-separated ZooKeeper host:port pairs (required)
:znode_path - the Znode path override for redis server list (optional)
:password - password for redis nodes (optional)
:namespace - namespace for redis nodes (optional)
:logger - logger override (optional)
:retry_failure - indicate if failures should be retried (default true)
@@ -112,19 +112,24 @@
## Resources
- To learn more about Redis master/slave replication, see the [Redis documentation](http://redis.io/topics/replication).
- To learn more about ZooKeeper, see the official [ZooKeeper](http://zookeeper.apache.org/) site.
- See the [Quick ZooKeeper Guide](https://github.com/ryanlecompte/redis_failover/wiki/Quick-ZooKeeper-Guide) for a quick guide to getting ZooKeeper up and running with redis_failover.
+- To learn more about how ZooKeeper handles network partitions, see [ZooKeeper Failure Scenarios](http://wiki.apache.org/hadoop/ZooKeeper/FailureScenarios)
## License
Please see LICENSE for licensing details.
## Author
Ryan LeCompte
[@ryanlecompte](https://twitter.com/ryanlecompte)
+
+## Acknowledgements
+
+Special thanks to [Eric Lindvall](https://github.com/eric) and [Jonathan Simms](https://github.com/slyphon) for their invaluable ZooKeeper advice and guidance!
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)