mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 04:01:22 +00:00
Mark diskless replication as experimental in redis.conf.
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user