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
With ConnectionPool, I can access the values of _available_connections and _in_use_connections. However, when using BlockingConnectionPool, I am unable to retrieve these values. Can anyone help in the same.
I am using redis==4.6.0
The text was updated successfully, but these errors were encountered:
vikas-credgenics
changed the title
How to get _available_connections & _in_use_connections when we use BlockingConnectionPool
How can we retrieve _available_connections and _in_use_connections while using BlockingConnectionPool?
Dec 16, 2024
With ConnectionPool, I can access the values of _available_connections and _in_use_connections. However, when using BlockingConnectionPool, I am unable to retrieve these values. Can anyone help in the same.
I am using redis==4.6.0
The text was updated successfully, but these errors were encountered: