diff options
| author | liuxueli <[email protected]> | 2018-06-22 09:26:50 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2018-06-22 09:26:50 +0800 |
| commit | 6b9f22b17fe0d9a66fc07d977b289c75a85ed518 (patch) | |
| tree | 56ace1497b37bdce1e32a7114c46d37859207743 | |
| parent | 36aa5c418008c1abb075b210d47994119207d963 (diff) | |
修改笔误
| -rw-r--r-- | redis_global_slave/redis_global_slave.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 <masterip> <masterport> -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 |
