Replies: 3 comments 1 reply
-
Exactly. It create multiple connections and use the less loaded in order to reduce the possible number of timeouts during high stress requests. |
Beta Was this translation helpful? Give feedback.
-
@imperugo - Thanks for your replay. What we found while testing the library, ConnectionMultiplexer does not close the existing connections if we refresh the client due to configuration changes such as Password, which leads to a connection leak? Can you recommend how we can take it forward? |
Beta Was this translation helpful? Give feedback.
-
@imperugo - 1. can you provide a link or an example of swapping (thread conversation) my Connection Pool Manager? |
Beta Was this translation helpful? Give feedback.
-
@imperugo and others - I am new to this library. What is the purpose of the PoolSize? Does it create multiple ConnectionMultiplexer or multiple connections inside the ConnectionMultiplexer?
Beta Was this translation helpful? Give feedback.
All reactions