fix spelling in redis conf

This commit is contained in:
hwware
2020-05-03 17:16:59 -04:00
parent 365316aa59
commit 12842ae5be

View File

@@ -467,7 +467,7 @@ repl-diskless-sync-delay 5
#
# Replica can load the RDB it reads from the replication link directly from the
# socket, or store the RDB to a file and read that file after it was completely
# recived from the master.
# received from the master.
#
# In many cases the disk is slower than the network, and storing and loading
# the RDB file may increase replication time (and even increase the master's