summaryrefslogtreecommitdiffstats
path: root/valkey-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-18 09:43:08 +0100
committerRemi Collet <remi@php.net>2026-03-18 09:43:08 +0100
commitf749de279c602dde6a49cc046a7f2bc03f2defcc (patch)
tree72677a5bfae5740897edffc69df828145c966c32 /valkey-conf.patch
parent6ffb9d1eaa5a5858f7d9139844488ec23c4e7db7 (diff)
Valkey 9.1.0-rc1HEADmaster
Lua scripting engine moved into a Valkey module
Diffstat (limited to 'valkey-conf.patch')
-rw-r--r--valkey-conf.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/valkey-conf.patch b/valkey-conf.patch
index 93696f4..06455de 100644
--- a/valkey-conf.patch
+++ b/valkey-conf.patch
@@ -32,7 +32,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf
################################## MODULES #####################################
-@@ -163,7 +166,7 @@ tcp-backlog 511
+@@ -163,7 +166,7 @@
# incoming connections. There is no default, so the server will not listen
# on a unix socket when not specified.
#
@@ -41,7 +41,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf
# unixsocketgroup wheel
# unixsocketperm 700
-@@ -409,7 +412,7 @@ daemonize no
+@@ -425,7 +428,7 @@
#
# Note that on modern Linux systems "/run/valkey.pid" is more conforming
# and should be used instead.
@@ -50,7 +50,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf
# Specify the server verbosity level.
# This can be one of:
-@@ -440,7 +443,7 @@ loglevel notice
+@@ -457,7 +460,7 @@
# Specify the log file name. Also the empty string can be used to force
# the server to log on the standard output. Note that if you use standard
# output for logging but daemonize, logs will be sent to /dev/null
@@ -59,7 +59,7 @@ diff -up ./valkey.conf.rpm ./valkey.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.
-@@ -631,7 +634,7 @@ rdb-del-sync-files no
+@@ -661,7 +664,7 @@
# Note that modifying 'dir' during runtime may have unexpected behavior,
# for example when a child process is running, related file operations may
# have unexpected effects.