Skip to content

Commit

Permalink
Use correct config option name
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed May 26, 2015
1 parent ac11c5f commit a24a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/cluster-tutorial.md
Expand Up @@ -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
---
Expand Down

0 comments on commit a24a9f4

Please sign in to comment.