From 501c4aa31e924ab97183c03705ad00cfc6e35503 Mon Sep 17 00:00:00 2001 From: Jonas Lundqvist Date: Sun, 6 May 2012 22:06:11 +0200 Subject: seperate and move redis dump files so they don't mess with installed redis --- redis-integration2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redis-integration2.conf') diff --git a/redis-integration2.conf b/redis-integration2.conf index ff4ab145b..bb16fed8d 100644 --- a/redis-integration2.conf +++ b/redis-integration2.conf @@ -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 ################################# -- cgit v1.2.3