From 3a59cb457039c2da005d75d43acacdac114eefc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Aug 2025 08:16:11 +0200 Subject: remove compatibility stuff --- valkey-conf.patch | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'valkey-conf.patch') diff --git a/valkey-conf.patch b/valkey-conf.patch index d714e01..a6723a1 100644 --- a/valkey-conf.patch +++ b/valkey-conf.patch @@ -1,6 +1,6 @@ diff -up ./sentinel.conf.rpm ./sentinel.conf ---- ./sentinel.conf.rpm 2025-07-24 10:05:46.477794769 +0200 -+++ ./sentinel.conf 2025-07-24 10:07:27.023483441 +0200 +--- ./sentinel.conf.rpm 2025-07-07 09:18:20.000000000 +0200 ++++ ./sentinel.conf 2025-08-01 07:57:21.892278834 +0200 @@ -17,7 +17,7 @@ daemonize no # When running daemonized, Valkey Sentinel writes a pid file in # /var/run/valkey-sentinel.pid by default. You can specify a custom pid file @@ -20,8 +20,8 @@ diff -up ./sentinel.conf.rpm ./sentinel.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. diff -up ./valkey.conf.rpm ./valkey.conf ---- ./valkey.conf.rpm 2025-07-24 10:05:46.475591081 +0200 -+++ ./valkey.conf 2025-07-24 10:07:23.219331838 +0200 +--- ./valkey.conf.rpm 2025-07-07 09:18:20.000000000 +0200 ++++ ./valkey.conf 2025-08-01 07:57:17.825116953 +0200 @@ -43,6 +43,9 @@ # include /path/to/other.conf # include /path/to/fragments/*.conf @@ -59,3 +59,12 @@ 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. +@@ -606,7 +609,7 @@ rdb-del-sync-files no + # 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. +-dir ./ ++dir /var/lib/valkey + + ################################# REPLICATION ################################# + -- cgit