/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
unstable
tests/assets/default.conf
37 строк
766 B
Binbin
Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#12064)
18 апр 2023, 16:14
Не верифицирован
18 апр 2023, 16:14
20533cc
Код
Авторство
О чём код?
# Redis configuration for testing. always-show-logo yes 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 latency-monitor-threshold 1 repl-diskless-sync-delay 0 # Turn off RDB by default (to speedup tests) # Note the infrastructure in server.tcl uses a dict, we can't provide several save directives save '' rdbcompression yes dbfilename dump.rdb dir ./ slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes enable-protected-configs yes enable-debug-command yes enable-module-command yes propagation-error-behavior panic # Make sure shutdown doesn't fail if there's an initial AOFRW shutdown-on-sigterm force