我们正在使用Redis监控高流量Web应用程序。 该应用程序是用c语言编写的,并使用credis客户端 库。
我们看到大量的TIME_WAIT连接遗留下来 我们与Redis的沟通:
$ netstat -a | grep 6379 | grep TIME_WAIT | wc -l 15865
知道这里发生了什么吗?
“
rh = credis_connect(NULL,6379,2000);
credis_incr(rh,“hhhh2”,NULL);
credis_close(RH);