create db directory and correct path

pull/7/head
Axtux 3 years ago
parent ba00ff873c
commit c09ef66bc0
  1. 2
      etc/redis.conf
  2. 1
      install_server.sh

@ -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 #################################

@ -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

Loading…
Cancel
Save