-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Hello,
I try to use the ping command regularly to check if the rueidis client is disconnected or reconnected, but I found that if there are a lot of redis servers, ping will cause the memory to keep rising. Through the go pprof tool, I found that bufio.NewWriteSize and bufio.NewReadSize occupy a lot of memory. What is the reason for this?
I know rueidis has already implemented an automatic detection method for reconnection internally, and if the ping command for periodic detection is incorrect, how should we know if redis client is disconnected for the application layer?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed