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
Provide method to close all the connections in a connection pool, so all connection states can be reset.
Describe the functionality you're seeking in more detail
This is a request for valkey-swift.
There are situations where we need to change the state of a connection in valkey-swift. The easiest way to do this is to do close all currently open connections and set state when they re-open.