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 access to all the open connections in the connection pool
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 all connections in a connection pool between read-only and writable. This is done by sending either the READONLY or READWRITE commands to the connection. To do this we need access to all the currently open connections.