seperate and move redis dump files so they don't mess with installed redis

This commit is contained in:
Jonas Lundqvist 2012-05-06 22:06:11 +02:00
parent 819bb95dbd
commit 501c4aa31e
2 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ save 60 10000
rdbcompression yes
# The filename where to dump the DB
dbfilename dump.rdb
dbfilename dump_integration1.rdb
# The working directory.
#
@ -104,7 +104,7 @@ dbfilename dump.rdb
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /usr/local/var/db/redis/
dir tmp/
################################# REPLICATION #################################

View file

@ -94,7 +94,7 @@ save 60 10000
rdbcompression yes
# The filename where to dump the DB
dbfilename dump.rdb
dbfilename dump_integration2.rdb
# The working directory.
#
@ -104,7 +104,7 @@ dbfilename dump.rdb
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /usr/local/var/db/redis/
dir tmp/
################################# REPLICATION #################################