From e07dd8b3e9adad705c238ee3ebb53d572c395d8e Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 2 Dec 2014 14:13:28 +0100 Subject: Mark diskless replication as experimental in redis.conf. --- redis.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redis.conf b/redis.conf index 81dcf5a86..59f625165 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. -- cgit v1.2.1