valkey/tests/assets/minimal.conf
Shivshankar 0cb97653b7
Change default pidfile from redis.pid to valkey.pid (#378)
Changes the default value for the `pidfile` config.

The template config file `valkey.conf` already contains `pidfile
/var/run/valkey_6379.pid`. This is not a default. The default is what
you get when you start valkey without config.

Tests suites config pidfile changed to valkey accordingly.

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
2024-04-30 18:45:08 +02:00

6 lines
116 B
Plaintext

# Minimal configuration for testing.
always-show-logo yes
daemonize no
pidfile /var/run/valkey.pid
loglevel verbose