diff --git a/config/6250.conf b/config/6250.conf index 19cb88c..6ab5148 100644 --- a/config/6250.conf +++ b/config/6250.conf @@ -34,7 +34,7 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. -daemonize no +daemonize yes # When running daemonized, Redis writes a pid file in /var/run/redis.pid by # default. You can specify a custom pid file location here. @@ -141,7 +141,7 @@ databases 16 #save 900 1 #save 300 10 -save 60 10000 +save 9000 1 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed.