Remove experimental warning from diskless replication.

This commit is contained in:
antirez 2019-07-24 11:33:53 +02:00
parent c98e7717bb
commit a67d0411e7

View File

@ -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.