summaryrefslogtreecommitdiff
path: root/dev-db/redict/files/redict-7.3.0-config.patch
blob: aab0df2e1a4513922383966d122db864e3ad3edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/redict.conf b/redict.conf
index 465d56f..ef56037 100644
--- a/redict.conf
+++ b/redict.conf
@@ -276,7 +276,7 @@ daemonize no
 #
 # Note that on modern Linux systems "/run/redict.pid" is more conforming
 # and should be used instead.
-pidfile /var/run/redict_6379.pid
+pidfile /run/redict/redict.pid
 
 # Specify the server verbosity level.
 # This can be one of:
@@ -289,7 +289,7 @@ loglevel notice
 # Specify the log file name. Also the empty string can be used to force
 # redict to log on the standard output. Note that if you use standard
 # output for logging but daemonize, logs will be sent to /dev/null
-logfile ""
+logfile /var/log/redict/redict.log
 
 # To enable logging to the system logger, just set 'syslog-enabled' to yes,
 # and optionally update the other syslog parameters to suit your needs.
@@ -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/redict/
 
 ################################# REPLICATION #################################
 
@@ -967,7 +967,7 @@ acllog-max-len 128
 # limit for maxmemory so that there is some free RAM on the system for replica
 # output buffers (but this is not needed if the policy is 'noeviction').
 #
-# maxmemory <bytes>
+maxmemory 64MB
 
 # MAXMEMORY POLICY: how redict will select what to remove when maxmemory
 # is reached. You can select one from the following behaviors: