summaryrefslogtreecommitdiffstats
path: root/redis-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-26 05:58:35 +0200
committerRemi Collet <remi@php.net>2026-05-26 05:58:35 +0200
commit1f7600c747442cde2ab33700021f2c9978874fb4 (patch)
tree9f7e78101959c1ab0fd8c4d3928a9195dddcc296 /redis-conf.patch
parentb0023fe6f3090e55b91f44d3f30191968401fd7e (diff)
Redis 8.8 GA (v8.8.0) Released Mon 25 May 2026 12:00:00 ISTHEADmaster
Diffstat (limited to 'redis-conf.patch')
-rw-r--r--redis-conf.patch6
1 files changed, 3 insertions, 3 deletions
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.