redis-cli -h ip -p port
connecting ok
then the network is broken
after a minute,the newwork goes well
connect again
now the redis-server has two connections,will not be released.
base on this question,if we have very many clients which network is unstable,and these clients subscribe the redis server,then the redis server will produce very many connections badly.
what should we do?
Thanks.