From 161b6d0304382a0bf5e5e5daf1c16dc3d0f9fce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Fri, 12 Apr 2024 00:01:41 +0200 Subject: [PATCH] Add config extended-redis-compatibility and use in error replies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the config, including docs as comments in valkey.conf. Define SERVER_TITLE "Valkey" in version.h. Make the errors -LOADING, -BUSY and -MISCONF depend on the config. Signed-off-by: Viktor Söderqvist --- valkey.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/valkey.conf b/valkey.conf index 439df8e227..3c25b4feca 100644 --- a/valkey.conf +++ b/valkey.conf @@ -417,8 +417,8 @@ locale-collate "" # Valkey identifies itself itself as "Valkey" rather than "Redis". Extended # Redis OSS compatibility mode makes Valkey pretend to be Redis. Enable this # only if you have problems with tools or clients. This is a temporary -# configuration added in Valkey 8.0 and is scheduled to have no effect in -# Valkey 9.0 and be completely removed in Valkey 10.0. +# configuration added in Valkey 8.0 and is scheduled to have no effect in Valkey +# 9.0 and be completely removed in Valkey 10.0. # # extended-redis-compatibility no