summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-12-02 14:13:28 +0100
committerantirez <antirez@gmail.com>2014-12-02 14:13:32 +0100
commite07dd8b3e9adad705c238ee3ebb53d572c395d8e (patch)
tree767fc2f26ffecce6f6c59b0449bfb3094efb0aba
parentfe0d3719956cc140115f30c4a684cbcb1a9928ad (diff)
downloadredis-e07dd8b3e9adad705c238ee3ebb53d572c395d8e.tar.gz
Mark diskless replication as experimental in redis.conf.
-rw-r--r--redis.conf4
1 files changed, 4 insertions, 0 deletions
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.