blob: 5f760984c809f9af498ae01c89f054ffd0139baa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/redis.conf b/redis.conf
index 465d56fc0..9c1bd1ed1 100644
--- a/redis.conf
+++ b/redis.conf
@@ -441,7 +441,7 @@ rdb-del-sync-files no
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
-dir ./
+dir /var/lib/redis/
################################# REPLICATION #################################
|