Skip to content

Instantly share code, notes, and snippets.

@cantremember
Created April 30, 2017 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cantremember/fdcafb60a565f5eeefde7649dd408452 to your computer and use it in GitHub Desktop.
Save cantremember/fdcafb60a565f5eeefde7649dd408452 to your computer and use it in GitHub Desktop.
Redis; lots of connections, low tolerance for under-run
daemonize yes
logfile "/var/log/redis/redis-server.log"
save ""
dir /tmp
# lots of connections
maxclients 10000
# low tolerance for under-run
# otherwise, redis-server gets a memory leak
client-output-buffer-limit pubsub 16mb 4mb 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment