Skip to content

Commit c09ef66

Browse files
committed
create db directory and correct path
1 parent ba00ff8 commit c09ef66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

etc/redis.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ dbfilename dump.rdb
260260
# The Append Only File will also be created inside this directory.
261261
#
262262
# Note that you must specify a directory here, not a file name.
263-
dir ../db
263+
dir ./db
264264

265265
################################# REPLICATION #################################
266266

install_server.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fi
1414
python3 -m pip install -r requirements
1515

1616
# REDIS #
17+
mkdir -p db
1718
test ! -d redis/ && git clone https://github.com/antirez/redis.git
1819
pushd redis/
1920
git checkout 5.0

0 commit comments

Comments
 (0)