summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2015-07-21 11:55:17 +0300
committerOran Agra <oran@redislabs.com>2015-07-21 11:55:17 +0300
commiteb706b42023d22fcc06e4c79973d0c53c09de7ba (patch)
tree1e6fdf512b63ecae3a1f2f9d3bf3cf8fba961a53 /redis.conf
parent9e67df2a39a37386cb38701f287857fd95c31527 (diff)
downloadredis-eb706b42023d22fcc06e4c79973d0c53c09de7ba.tar.gz
introduce REPLCONF eof-supported and repl-diskless-load
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 0f164af14..92718346e 100644
--- a/redis.conf
+++ b/redis.conf
@@ -318,6 +318,10 @@ repl-diskless-sync no
# it entirely just set it to 0 seconds and the transfer will start ASAP.
repl-diskless-sync-delay 5
+# Enable diskless replication on slave side.
+# Load RDB directly from the socket rather than saving it to disk first.
+repl-diskless-load no
+
# Slaves send PINGs to server in a predefined interval. It's possible to change
# this interval with the repl_ping_slave_period option. The default value is 10
# seconds.