Closed
Description
I use redis_connect(ip, port)
to connect the Redis server(long time connection), then it works well, but about 10 minutes later,the connection is closed(active or passive, I don't know)
false : lua_scripts/lib/redis.lua:264: connection error: closed
And all the successive command are failed. I have browsed the out put of CLIENT LIST
, and not list my client's IP, why this happened?