diff --git a/redis.conf b/redis.conf index 81dcf5a8..59f62516 100644 --- a/redis.conf +++ b/redis.conf @@ -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.