-
Hi, I am using rueidis client to interact with AWS memory db, and when the new connection is established and work is performed then after that the connection remains open indefinitely, and I see bunch of open connections which never got to closed even when there's no ops performed. Is this something expected? I wanted to know if this how it suppose to be or am I doing something wrong. I am worried if this causes any memory/connection leaks. Any pointers/help greatly appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sathishdv, You are not doing anything wrong. Connections are reused and are not closed unless they encounter network errors. There are two options you can adjust number of connections to each redis node:
|
Beta Was this translation helpful? Give feedback.
Hi @sathishdv,
You are not doing anything wrong. Connections are reused and are not closed unless they encounter network errors.
There are two options you can adjust number of connections to each redis node: