We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba00ff8 commit c09ef66Copy full SHA for c09ef66
etc/redis.conf
@@ -260,7 +260,7 @@ dbfilename dump.rdb
260
# The Append Only File will also be created inside this directory.
261
#
262
# Note that you must specify a directory here, not a file name.
263
-dir ../db
+dir ./db
264
265
################################# REPLICATION #################################
266
install_server.sh
@@ -14,6 +14,7 @@ fi
14
python3 -m pip install -r requirements
15
16
# REDIS #
17
+mkdir -p db
18
test ! -d redis/ && git clone https://github.com/antirez/redis.git
19
pushd redis/
20
git checkout 5.0
0 commit comments