From a24a9f49a1637606979a9af40f1aa4a85878b88d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 26 May 2015 21:55:19 +0200 Subject: [PATCH] Use correct config option name --- topics/cluster-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/cluster-tutorial.md b/topics/cluster-tutorial.md index 21927f09ac..b30d538acd 100644 --- a/topics/cluster-tutorial.md +++ b/topics/cluster-tutorial.md @@ -938,7 +938,7 @@ So what you should know about replicas migration in short? * The cluster will try to migrate a replica from the master that has the greatest number of replicas in a given moment. * To benefit from replica migration you have just to add a few more replicas to a single master in your cluster, it does not matter what master. -* There is a configuration parameter that controls the replica migration feature that is called `replica-migration-barrier`: you can read more about it in the example `redis.conf` file provided with Redis Cluster. +* There is a configuration parameter that controls the replica migration feature that is called `cluster-migration-barrier`: you can read more about it in the example `redis.conf` file provided with Redis Cluster. Upgrading nodes in a Redis Cluster ---