README.md in redis_failover-1.0.0 vs README.md in redis_failover-1.0.1
- old
+ new
@@ -1,9 +1,9 @@
# Automatic Redis Failover
[![Build Status](https://secure.travis-ci.org/ryanlecompte/redis_failover.png?branch=master)](http://travis-ci.org/ryanlecompte/redis_failover)
-redis_failover attempts to provides a full automatic master/slave failover solution for Ruby. Redis does not currently provide
+redis_failover provides a full automatic master/slave failover solution for Ruby. Redis does not currently provide
an automatic failover capability when configured for master/slave replication. When the master node dies,
a new master must be manually brought online and assigned as the slave's new master. This manual
switch-over is not desirable in high traffic sites where Redis is a critical part of the overall
architecture. The existing standard Redis client for Ruby also only supports configuration for a single
Redis server. When using master/slave replication, it is desirable to have all writes go to the