From 6b9f22b17fe0d9a66fc07d977b289c75a85ed518 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 22 Jun 2018 09:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redis_global_slave/redis_global_slave.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis_global_slave/redis_global_slave.conf b/redis_global_slave/redis_global_slave.conf index 8a69c40..f88fdd8 100644 --- a/redis_global_slave/redis_global_slave.conf +++ b/redis_global_slave/redis_global_slave.conf @@ -263,7 +263,7 @@ rdbchecksum no # and resynchronize with them. # # slaveof -slaveof 1127.0.0.1 6379 +slaveof 127.0.0.1 6379 # If the master is password protected (using the "requirepass" configuration # directive below) it is possible to tell the slave to authenticate before