Editing redis .conf file

I change the dir as it was originally to avoid editing these 3 files during the installation
pull/8/head
Starow 2014-08-08 09:39:08 +02:00
parent 97f3a3df9e
commit 0fe6c4d805
3 changed files with 3 additions and 4 deletions

View File

@ -184,7 +184,7 @@ dbfilename dump.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /home/user/dumps/
dir ./
################################# REPLICATION #################################

View File

@ -184,7 +184,7 @@ dbfilename dump2.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /home/user/dumps/
dir ./
################################# REPLICATION #################################

View File

@ -184,8 +184,7 @@ dbfilename dump3.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /home/user/dumps/
dir ./
################################# REPLICATION #################################
# Master-Slave replication. Use slaveof to make a Redis instance a copy of