Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. daemonize yes
  2. logfile "/var/log/redis/redis-server.log"
  3. save ""
  4. dir /tmp
  5.  
  6. # lots of connections
  7. maxclients 10000
  8.  
  9. # low tolerance for under-run
  10. # otherwise, redis-server gets a memory leak
  11. client-output-buffer-limit pubsub 16mb 4mb 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement