HappyWorld
Well-known member
Hello.
I use redis 3.2.6 as cache (with add on).
Redis randomly throws "Redis server went away" error.
Although when i checked process list, i still see redis server is running.
I think maybe redis crashed / restarted because of high load / high connection / unoptimized setting.
In my "logfile", i see no sign of crash / restart.
I only modified this redis configuration :
All others are default.
Is there any clue how to detect the crash (or restart) and fix it?
Thank you.
I use redis 3.2.6 as cache (with add on).
Redis randomly throws "Redis server went away" error.
Although when i checked process list, i still see redis server is running.
Code:
/usr/local/bin/redis-server 127.0.0.1:6379
I think maybe redis crashed / restarted because of high load / high connection / unoptimized setting.
In my "logfile", i see no sign of crash / restart.
I only modified this redis configuration :
Code:
daemonize yes
port 6379
bind 127.0.0.1
dir /var/redis/
logfile /var/log/redis.log
pidfile /var/run/redis.pid
save ""
#save 900 1
#save 300 10
#save 60 10000
All others are default.
Is there any clue how to detect the crash (or restart) and fix it?
Thank you.
Last edited: