Skip to content

Instantly share code, notes, and snippets.

@Barbayar
Created September 26, 2014 04:47
Show Gist options
  • Save Barbayar/a3f619354f37303b5de3 to your computer and use it in GitHub Desktop.
Save Barbayar/a3f619354f37303b5de3 to your computer and use it in GitHub Desktop.
redis.conf.sample
daemonize yes
pidfile /var/run/redis.pid
logfile /var/log/redis.log
port 6379
bind 127.0.0.1
timeout 300
loglevel notice
## Default configuration options
databases 16
save 900 1
save 300 10
save 60 10000
rdbcompression yes
dbfilename dump.rdb
appendonly no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment