From 818a746e32de934c6c6e828ccf39df361361037e Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Wed, 9 Sep 2020 15:12:57 +0300 Subject: Fix default/explicit "save" parameter loading. (#7767) Save parameters should either be default or whatever specified in the config file. This fixes an issue introduced in #7092 which causes configuration file settings to be applied on top of the defaults. --- tests/assets/minimal.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/assets/minimal.conf (limited to 'tests/assets') diff --git a/tests/assets/minimal.conf b/tests/assets/minimal.conf new file mode 100644 index 000000000..ae14ae87b --- /dev/null +++ b/tests/assets/minimal.conf @@ -0,0 +1,5 @@ +# Minimal configuration for testing. +always-show-logo yes +daemonize no +pidfile /var/run/redis.pid +loglevel verbose -- cgit v1.2.1