Skip to content

Commit

Permalink
seperate and move redis dump files so they don't mess with installed …
Browse files Browse the repository at this point in the history
…redis
  • Loading branch information
pubis committed May 8, 2012
1 parent 819bb95 commit 501c4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions redis-integration1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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 #################################

Expand Down
4 changes: 2 additions & 2 deletions redis-integration2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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 #################################

Expand Down

0 comments on commit 501c4aa

Please sign in to comment.