You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cpu load of my redis server recently reached 81%. After investigation, I found that the qps of the publish command and the auth command is highly coincident. I suspect that my redis connection is not reused. So how can i reuse redis connection in my socket.io application? And could it be something else?
The text was updated successfully, but these errors were encountered:
The cpu load of my redis server recently reached 81%. After investigation, I found that the qps of the publish command and the auth command is highly coincident. I suspect that my redis connection is not reused. So how can i reuse redis connection in my socket.io application? And could it be something else?
The text was updated successfully, but these errors were encountered: