From fa238dc0496e6fbb3c2c031e18718589ea6695d6 Mon Sep 17 00:00:00 2001 From: Binbin Date: Tue, 30 Jul 2024 21:13:54 +0800 Subject: [PATCH] Update dir in valkey.conf to mention cluster-config-file (#635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it is a good idea to mention this. The Cluster config file is written relative this directory, if the 'cluster-config-file' configuration directive is a relative path. Signed-off-by: Binbin Co-authored-by: Viktor Söderqvist --- valkey.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/valkey.conf b/valkey.conf index 1261432c22..68f4ad1f72 100644 --- a/valkey.conf +++ b/valkey.conf @@ -513,6 +513,9 @@ rdb-del-sync-files no # # The Append Only File will also be created inside this directory. # +# The Cluster config file is written relative this directory, if the +# 'cluster-config-file' configuration directive is a relative path. +# # Note that you must specify a directory here, not a file name. dir ./