create db directory and correct path

pull/7/head
Axtux 2020-02-12 10:35:39 +01:00
parent ba00ff873c
commit c09ef66bc0
2 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,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 ../db
dir ./db
################################# REPLICATION #################################

View File

@ -14,6 +14,7 @@ fi
python3 -m pip install -r requirements
# REDIS #
mkdir -p db
test ! -d redis/ && git clone https://github.com/antirez/redis.git
pushd redis/
git checkout 5.0