Skip to content

Commit

Permalink
Simplify & daemonize redis server conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 12, 2012
1 parent df5bcf6 commit bde6319
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions conf/redis.conf
@@ -1,30 +1,5 @@
daemonize no
daemonize yes
pidfile ./conf/redis.pid
port 6379
timeout 300
loglevel verbose
logfile stdout
databases 16
save 900 1
save 300 10
save 60 10000
rdbcompression yes
dbfilename dump.rdb
dir ./conf
slave-serve-stale-data yes
appendonly no
appendfsync everysec
no-appendfsync-on-rewrite no
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
lua-time-limit 60000
slowlog-log-slower-than 10000
slowlog-max-len 1024
hash-max-zipmap-entries 512
hash-max-zipmap-value 64
list-max-ziplist-entries 512
list-max-ziplist-value 64
set-max-intset-entries 512
zset-max-ziplist-entries 128
zset-max-ziplist-value 64
activerehashing yes

0 comments on commit bde6319

Please sign in to comment.