diff options
author | antirez <antirez@gmail.com> | 2018-09-10 12:56:02 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2018-09-11 15:32:28 +0200 |
commit | a67181f88ae7cb42b3b2978ff3b15fcd6706a7cb (patch) | |
tree | 0c2a7b94b8cfdc88ede606b1b3174076582b8853 /redis.conf | |
parent | 6f3d357d8feca56b524d680360faf99d3801920c (diff) | |
download | redis-a67181f88ae7cb42b3b2978ff3b15fcd6706a7cb.tar.gz |
Slave removal: fix typo of replicaof.
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf index 868f14c48..66ad3418a 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 |