summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-07-24 11:33:53 +0200
committerantirez <antirez@gmail.com>2019-07-24 11:33:53 +0200
commita67d0411e7273d9a5619db1889d1143228b0d577 (patch)
tree53ae11666b835dc7207d725bdc447dd264dcd446 /redis.conf
parentc98e7717bb741016b87a69901327e1fafac17425 (diff)
downloadredis-a67d0411e7273d9a5619db1889d1143228b0d577.tar.gz
Remove experimental warning from diskless replication.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/redis.conf b/redis.conf
index 74b6c018f..a3c98341f 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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.