mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Example redis.conf formatted to better show appendfilename option.
This commit is contained in:
parent
7a666ac419
commit
6d184e02be
@ -420,7 +420,8 @@ slave-priority 100
|
||||
appendonly no
|
||||
|
||||
# The name of the append only file (default: "appendonly.aof")
|
||||
# appendfilename appendonly.aof
|
||||
|
||||
appendfilename "appendonly.aof"
|
||||
|
||||
# The fsync() call tells the Operating System to actually write data on disk
|
||||
# instead to wait for more data in the output buffer. Some OS will really flush
|
||||
@ -467,6 +468,7 @@ appendfsync everysec
|
||||
#
|
||||
# If you have latency problems turn this to "yes". Otherwise leave it as
|
||||
# "no" that is the safest pick from the point of view of durability.
|
||||
|
||||
no-appendfsync-on-rewrite no
|
||||
|
||||
# Automatic rewrite of the append only file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user