You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
401 B

# most usefully options
port 6379
tcp-backlog 128
protected-mode no
stop-writes-on-bgsave-error no
databases 4
# dump is not create if save options is gone
# save 3600 1
# name suffix needed because then old file is loaded, but no updated if no save options presented
dbfilename dump_250110.rdb
dir ./
always-show-logo no
syslog-enabled yes
pidfile /var/run/redis_6379.pid
loglevel notice
logfile ""