summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2020-09-09 15:12:57 +0300
committerGitHub <noreply@github.com>2020-09-09 15:12:57 +0300
commit818a746e32de934c6c6e828ccf39df361361037e (patch)
tree0ca8495006d0eb8fb79f8ead30e7b518c39619cf /tests/assets
parentce15620dc17ebad94cd03cb4ee779fdd4e99b212 (diff)
downloadredis-818a746e32de934c6c6e828ccf39df361361037e.tar.gz
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.
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/minimal.conf5
1 files changed, 5 insertions, 0 deletions
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