From 1f7600c747442cde2ab33700021f2c9978874fb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2026 05:58:35 +0200 Subject: Redis 8.8 GA (v8.8.0) Released Mon 25 May 2026 12:00:00 IST --- redis-conf.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'redis-conf.patch') diff --git a/redis-conf.patch b/redis-conf.patch index 96664ff..2002a7c 100644 --- a/redis-conf.patch +++ b/redis-conf.patch @@ -19,7 +19,7 @@ diff -up ./redis.conf.old ./redis.conf # unixsocketperm 700 # Close the connection after a client is idle for N seconds (0 to disable) -@@ -339,7 +341,7 @@ daemonize no +@@ -356,7 +358,7 @@ daemonize no # # Note that on modern Linux systems "/run/redis.pid" is more conforming # and should be used instead. @@ -28,7 +28,7 @@ diff -up ./redis.conf.old ./redis.conf # Specify the server verbosity level. # This can be one of: -@@ -353,7 +355,7 @@ loglevel notice +@@ -370,7 +372,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 @@ -37,7 +37,7 @@ diff -up ./redis.conf.old ./redis.conf # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -513,7 +515,7 @@ rdb-del-sync-files no +@@ -530,7 +532,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. -- cgit