Skip to content

Instantly share code, notes, and snippets.

@randito
Created January 27, 2011 16:43
Show Gist options
  • Save randito/798769 to your computer and use it in GitHub Desktop.
Save randito/798769 to your computer and use it in GitHub Desktop.
Redis Config
# == From http://blog.zawodny.com/2011/01/27/redis-replication-consistency-maxmemory-lru/ ==
appendonly no
appendfsync no
rdbcompression yes
maxmemory 6gb
maxmemory-policy volatile-lru
maxmemory-samples 3
glueoutputbuf yes
hash-max-zipmap-entries 512
hash-max-zipmap-value 512
activerehashing yes
vm-enabled no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment