From a67d0411e7273d9a5619db1889d1143228b0d577 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 24 Jul 2019 11:33:53 +0200 Subject: [PATCH] Remove experimental warning from diskless replication. --- redis.conf | 4 ---- 1 file changed, 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.