UnregisterPool is called when a client is closed to remove its pool from the registry. pool: the connection pool to unregister
(pool pool.Pooler)
| 110 | // UnregisterPool is called when a client is closed to remove its pool from the registry. |
| 111 | // pool: the connection pool to unregister |
| 112 | UnregisterPool(pool pool.Pooler) |
| 113 | // RegisterPubSubPool is called when a new client is created with a PubSub pool. |
| 114 | // poolName: identifier for the pool (e.g., "main_abc123_pubsub") |
| 115 | // pool: the PubSub connection pool |
no outgoing calls
no test coverage detected