# Redis configuration file for Magento backend daemonize yes pidfile /var/run/redis/6383/redis_6383.pid port 6383 bind 10.1.0.18 tcp-keepalive 15 timeout 0 loglevel notice logfile /var/log/redis/6383.log syslog-enabled no syslog-ident redis-6383 syslog-facility local0 databases 16 # 17 minute save periods reduce overlap with sessions BGSAVE save 1020 1 # 7 minute save periods reduce overlap with sessions BGSAVE save 420 400000 rdbcompression yes dbfilename dump-6383.rdb dir /var/lib/redis maxclients 10000 maxmemory 48GB maxmemory-policy volatile-lru maxmemory-samples 3 appendonly no appendfilename appendonly-6383.aof appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb slowlog-log-slower-than 10000 slowlog-max-len 1024 hash-max-ziplist-entries 512 hash-max-ziplist-value 64 list-max-ziplist-entries 512 list-max-ziplist-value 64 set-max-intset-entries 512 zset-max-ziplist-entries 128 zset-max-ziplist-value 64 activerehashing yes hz 100