cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

redis.conf (118B)


      1 maxmemory 256mb
      2 maxmemory-policy allkeys-lru
      3 appendonly yes
      4 appendfsync everysec
      5 save 900 1
      6 save 300 10
      7 save 60 10000