Anish Shrestha

Results 1 comments of Anish Shrestha

In my case, the problem was with `redis`. check if there are tcp connections in `CLOSE_WAIT` state. ``` netstat | grep 6379 | fgrep -c CLOSE_WAIT ``` In my case...