Slave removal: fix typo of replicaof.

This commit is contained in:
antirez 2018-09-10 12:56:02 +02:00
parent 6f3d357d8f
commit a67181f88a

View File

@ -264,7 +264,7 @@ dir ./
################################# REPLICATION ################################# ################################# 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. # another Redis server. A few things to understand ASAP about Redis replication.
# #
# 1) Redis replication is asynchronous, but you can configure a master to # 1) Redis replication is asynchronous, but you can configure a master to