diff options
author | antirez <antirez@gmail.com> | 2014-12-02 14:13:28 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-12-02 14:13:32 +0100 |
commit | e07dd8b3e9adad705c238ee3ebb53d572c395d8e (patch) | |
tree | 767fc2f26ffecce6f6c59b0449bfb3094efb0aba /redis.conf | |
parent | fe0d3719956cc140115f30c4a684cbcb1a9928ad (diff) | |
download | redis-e07dd8b3e9adad705c238ee3ebb53d572c395d8e.tar.gz |
Mark diskless replication as experimental in redis.conf.
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 4 |
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. |