mirror of https://github.com/redis/redis.git
fix spelling in redis conf
This commit is contained in:
parent
365316aa59
commit
12842ae5be
|
@ -467,7 +467,7 @@ repl-diskless-sync-delay 5
|
||||||
#
|
#
|
||||||
# Replica can load the RDB it reads from the replication link directly from the
|
# 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
|
# 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
|
# 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
|
# the RDB file may increase replication time (and even increase the master's
|
||||||
|
|
Loading…
Reference in New Issue