Skip to content

Commit

Permalink
Stop test redis instances writing out their database to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Nov 6, 2015
1 parent 9dd06b8 commit b836821
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RedLock.Tests/RedisConfig/redis-base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ loglevel notice

# Specify the log file name. Also 'stdout' can be used to force
# Redis to log on the standard output.
logfile stdout
#logfile stdout

# To enable logging to the Windows EventLog, just set 'syslog-enabled' to
# yes, and optionally update the other syslog parameters to suit your needs.
Expand Down Expand Up @@ -95,9 +95,9 @@ databases 16
#
# save ""

save 900 1
save 300 10
save 60 10000
#save 900 1
#save 300 10
#save 60 10000

# By default Redis will stop accepting writes if RDB snapshots are enabled
# (at least one save point) and the latest background save failed.
Expand Down Expand Up @@ -390,7 +390,7 @@ maxheap 1gb
#
# Please check http://redis.io/topics/persistence for more information.

appendonly yes
#appendonly yes

# The name of the append only file (default: "appendonly.aof")
# appendfilename appendonly.aof
Expand Down

0 comments on commit b836821

Please sign in to comment.