mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 03:33:28 +00:00
edd7eb9b7d
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
26 lines
376 B
Plaintext
26 lines
376 B
Plaintext
# Redis configuration for testing.
|
|
|
|
notify-keyspace-events KEA
|
|
daemonize no
|
|
pidfile /var/run/redis.pid
|
|
port 6379
|
|
timeout 0
|
|
bind 127.0.0.1
|
|
loglevel verbose
|
|
logfile ''
|
|
databases 16
|
|
|
|
save 900 1
|
|
save 300 10
|
|
save 60 10000
|
|
|
|
rdbcompression yes
|
|
dbfilename dump.rdb
|
|
dir ./
|
|
|
|
slave-serve-stale-data yes
|
|
appendonly no
|
|
appendfsync everysec
|
|
no-appendfsync-on-rewrite no
|
|
activerehashing yes
|