mirror of https://github.com/redis/redis.git
Remove experimental warning from diskless replication.
This commit is contained in:
parent
c98e7717bb
commit
a67d0411e7
|
|
@ -336,10 +336,6 @@ replica-read-only yes
|
|||
|
||||
# Replication SYNC strategy: disk or socket.
|
||||
#
|
||||
# -------------------------------------------------------
|
||||
# WARNING: DISKLESS REPLICATION IS EXPERIMENTAL CURRENTLY
|
||||
# -------------------------------------------------------
|
||||
#
|
||||
# New replicas and reconnecting replicas that are not able to continue the replication
|
||||
# process just receiving differences, need to do what is called a "full
|
||||
# synchronization". An RDB file is transmitted from the master to the replicas.
|
||||
|
|
|
|||
Loading…
Reference in New Issue