MCPcopy
hub / github.com/CodisLabs/codis / OpRedisErrors

Function OpRedisErrors

pkg/proxy/stats.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func OpRedisErrors() int64 {
86 return cmdstats.redis.errors.Int64()
87}
88
89func OpQPS() int64 {
90 return cmdstats.qps.Int64()

Callers 1

StatsMethod · 0.85

Calls 1

Int64Method · 0.45

Tested by

no test coverage detected