From cbfdd13b3a2ab7a5fcefaba93b4cc4e9e069a695 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 31 Jan 2014 11:30:49 +0100 Subject: [PATCH] Cluster: barrer -> barrier in redis.conf. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 620ff7bf..7d1693cb 100644 --- a/redis.conf +++ b/redis.conf @@ -558,7 +558,7 @@ lua-time-limit 5000 # # Slaves migrate to orphaned masters only if there are still at least a # given number of other working slaves for their old master. This number -# is the "migration barrer". A migration barrier of 1 means that a slave +# is the "migration barrier". A migration barrier of 1 means that a slave # will migrate only if there is at least 1 other working slave for its master # and so forth. It usually reflects the number of slaves you want for every # master in your cluster.