StatGetter provides a method to get pool statistics.
| 8 | |
| 9 | // StatGetter provides a method to get pool statistics. |
| 10 | type StatGetter interface { |
| 11 | PoolStats() *redis.PoolStats |
| 12 | } |
| 13 | |
| 14 | // Collector collects statistics from a redis client. |
| 15 | // It implements the prometheus.Collector interface. |
no outgoing calls
no test coverage detected