Created
August 20, 2010 13:44
-
-
Save kashifrazzaqui/540344 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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