Skip to content

Instantly share code, notes, and snippets.

@kashifrazzaqui
Created August 20, 2010 13:44
Show Gist options
  • Save kashifrazzaqui/540344 to your computer and use it in GitHub Desktop.
Save kashifrazzaqui/540344 to your computer and use it in GitHub Desktop.
daemonize yes
pidfile /var/run/redis.pid
port 6379
timeout 300
loglevel verbose
logfile /var/tmp/redis.log
databases 1
rdbcompression yes
dbfilename dump.rdb
dir ./
appendonly yes
appendfsync no
vm-enabled no
glueoutputbuf yes
hash-max-zipmap-entries 64
hash-max-zipmap-value 512
activerehashing yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment