Jan Hejl wrote:
Redis seems to be pretty stable except lots of connections. Connections grow continuously up to max client limit. I've solved this by settng "timeout 1" value within redis.conf, but there's still lots of CLOSE_WAIT connections. Has this been solved within BUG #7034?
Yes, I believe the fix to BUG #7034 solves the connections problem - does so according to my tests. If you see otherwise please report. Mark