MCPcopy
hub / github.com/redis/go-redis / UnregisterPool

Method UnregisterPool

internal/otel/metrics.go:112–112  ·  view source on GitHub ↗

UnregisterPool is called when a client is closed to remove its pool from the registry. pool: the connection pool to unregister

(pool pool.Pooler)

Source from the content-addressed store, hash-verified

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

Callers 1

UnregisterPoolsFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected