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.