Created
October 20, 2010 14:43
-
-
Save octplane/636551 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
# Redis configuration file | |
daemonize no | |
pidfile /var/run/redis-picor.pid | |
port 12430 | |
bind 0.0.0.0 | |
timeout 3000 | |
save 900 1 | |
save 300 10 | |
save 60 10000 | |
dbfilename redis-picor_state.rdb | |
dir /mnt/redis-picor | |
loglevel notice | |
logfile /var/log/redis-picor.log | |
databases 1 | |
# slaveof <masterip> <masterport> | |
# requirepass | |
maxclients 512 | |
maxmemory 512000000 | |
glueoutputbuf yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment