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

Method UnregisterPubSubPool

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

UnregisterPubSubPool is called when a PubSub client is closed to remove its pool. pool: the PubSub connection pool to unregister

(pool PubSubPooler)

Source from the content-addressed store, hash-verified

117 // UnregisterPubSubPool is called when a PubSub client is closed to remove its pool.
118 // pool: the PubSub connection pool to unregister
119 UnregisterPubSubPool(pool PubSubPooler)
120}
121
122var (

Callers 1

UnregisterPoolsFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected