Skip to content

Commit

Permalink
Correct dbfilename and dir configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 13, 2015
1 parent 4918043 commit 31148db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/redis-store/testing/config/node-one.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ save 60 10000
# stop-writes-on-bgsave-error yes
rdbcompression yes
# rdbchecksum yes
dbfilename tmp/node-one-dump.rdb
dir ./
dbfilename node-one-dump.rdb
dir ./tmp

slave-serve-stale-data yes
# slave-read-only yes
Expand Down
4 changes: 2 additions & 2 deletions lib/redis-store/testing/config/node-two.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ save 60 10000
# stop-writes-on-bgsave-error yes
rdbcompression yes
# rdbchecksum yes
dbfilename tmp/node-two-dump.rdb
dir ./
dbfilename node-two-dump.rdb
dir ./tmp

slave-serve-stale-data yes
# slave-read-only yes
Expand Down
4 changes: 2 additions & 2 deletions lib/redis-store/testing/config/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ save 60 10000
# stop-writes-on-bgsave-error yes
rdbcompression yes
# rdbchecksum yes
dbfilename tmp/dump.rdb
dir ./
dbfilename dump.rdb
dir ./tmp

slave-serve-stale-data yes
# slave-read-only yes
Expand Down

0 comments on commit 31148db

Please sign in to comment.