Mark diskless replication as experimental in redis.conf.

This commit is contained in:
antirez 2014-12-02 14:13:28 +01:00
parent fe0d371995
commit e07dd8b3e9

View File

@ -242,6 +242,10 @@ slave-read-only yes
# Replication SYNC strategy: disk or socket.
#
# -------------------------------------------------------
# WARNING: DISKLESS REPLICATION IS EXPERIMENTAL CURRENTLY
# -------------------------------------------------------
#
# New slaves and reconnecting slaves 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 slaves.