From a67181f88ae7cb42b3b2978ff3b15fcd6706a7cb Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 10 Sep 2018 12:56:02 +0200 Subject: [PATCH] Slave removal: fix typo of replicaof. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 868f14c4..66ad3418 100644 --- a/redis.conf +++ b/redis.conf @@ -264,7 +264,7 @@ dir ./ ################################# REPLICATION ################################# -# Master-Replica replication. Use replcaof to make a Redis instance a copy of +# Master-Replica replication. Use replicaof to make a Redis instance a copy of # another Redis server. A few things to understand ASAP about Redis replication. # # 1) Redis replication is asynchronous, but you can configure a master to