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

Method PoolStats

extra/redisprometheus/collector.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// StatGetter provides a method to get pool statistics.
10type StatGetter interface {
11 PoolStats() *redis.PoolStats
12}
13
14// Collector collects statistics from a redis client.

Callers 2

reportPoolStatsFunction · 0.65
CollectMethod · 0.65

Implementers 4

ClusterClientosscluster.go
Clientredis.go
Ringring.go

Calls

no outgoing calls

Tested by

no test coverage detected