Skip to content

Commit

Permalink
Example redis.conf formatted to better show appendfilename option.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 19, 2013
1 parent 7a666ac commit 6d184e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6d184e0

Please sign in to comment.