mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 22:12:15 +00:00
Mark diskless replication as experimental in redis.conf.
This commit is contained in:
parent
a81043959a
commit
d0cc96f053
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user