Skip to content

Instantly share code, notes, and snippets.

@octplane
Created October 20, 2010 14:43
Show Gist options
  • Save octplane/636551 to your computer and use it in GitHub Desktop.
Save octplane/636551 to your computer and use it in GitHub Desktop.
# 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