Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. daemonize no
  2. pidfile /var/run/redis.pid
  3. port 6379
  4. timeout 300
  5. loglevel verbose
  6. logfile /var/log/redis/server.log
  7. databases 16
  8. rdbcompression yes
  9. dbfilename dump.rdb
  10. dir /var/lib/redis
  11. maxclients 512
  12. appendonly yes
  13. appendfilename appendonly.aof
  14. appendfsync everysec
  15. vm-enabled yes
  16. vm-swap-file /tmp/redis.swap
  17. vm-max-memory 8GB
  18. vm-page-size 8192
  19. vm-pages 16777216
  20. vm-max-threads 4
  21. glueoutputbuf yes
  22. hash-max-zipmap-entries 64
  23. hash-max-zipmap-value 512
  24. activerehashing yes
Add Comment
Please, Sign In to add comment