Commit e07dd8b3 authored by antirez's avatar antirez
Browse files

Mark diskless replication as experimental in redis.conf.

parent fe0d3719
...@@ -242,6 +242,10 @@ slave-read-only yes ...@@ -242,6 +242,10 @@ slave-read-only yes
# Replication SYNC strategy: disk or socket. # 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 # 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 # process just receiving differences, need to do what is called a "full
# synchronization". An RDB file is transmitted from the master to the slaves. # synchronization". An RDB file is transmitted from the master to the slaves.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment