diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-04 19:59:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-04 19:59:36 +0100 |
commit | e1117f76ed85f10a46d861cdff0b0c82c23cf1f6 (patch) | |
tree | c9bbe997a6af685836c150f71e9c8578f21bcccd /redis-2.8.15-conf.patch | |
parent | e6733b88c58b2919f50e995e06dfe761f8df2a09 (diff) |
redis 2.8.18
Diffstat (limited to 'redis-2.8.15-conf.patch')
-rw-r--r-- | redis-2.8.15-conf.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/redis-2.8.15-conf.patch b/redis-2.8.15-conf.patch deleted file mode 100644 index fc5e343..0000000 --- a/redis-2.8.15-conf.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -up redis-2.8.15/redis.conf.rpmconf redis-2.8.15/redis.conf ---- redis-2.8.15/redis.conf.rpmconf 2014-09-12 16:16:58.000000000 +0200 -+++ redis-2.8.15/redis.conf 2014-09-12 17:46:45.918482580 +0200 -@@ -62,6 +62,7 @@ tcp-backlog 511 - # - # bind 192.168.1.100 10.0.0.1 - # bind 127.0.0.1 -+bind 127.0.0.1 - - # Specify the path for the Unix socket that will be used to listen for - # incoming connections. There is no default, so Redis will not listen -@@ -100,7 +101,7 @@ loglevel notice - # Specify the log file name. Also the empty string can be used to force - # Redis 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/redis/redis.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. -@@ -184,7 +185,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 ./ -+dir /var/lib/redis/ - - ################################# REPLICATION ################################# - -diff -up redis-2.8.15/sentinel.conf.rpmconf redis-2.8.15/sentinel.conf ---- redis-2.8.15/sentinel.conf.rpmconf 2014-09-12 17:46:45.918482580 +0200 -+++ redis-2.8.15/sentinel.conf 2014-09-12 17:47:39.512717702 +0200 -@@ -4,6 +4,11 @@ - # The port that this sentinel instance will run on - port 26379 - -+# Specify the log file name. Also the empty string can be used to force -+# Redis 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 /var/log/redis/sentinel.log -+ - # sentinel announce-ip <ip> - # sentinel announce-port <port> - # |