Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 227 Bytes

redis_conf_配置过程.md

File metadata and controls

15 lines (10 loc) · 227 Bytes
  • redis的ip&port配置要与nginx.conf中一致,同时补充几点redis的优化配置
port 6379
unixsocket /tmp/redis.sock
unixsocketperm 766

timeout 0
tcp-keepalive 120
tcp-backlog 20000

maxclients 262144