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

Function incrOpFails

pkg/proxy/stats.go:152–154  ·  view source on GitHub ↗
(n int64)

Source from the content-addressed store, hash-verified

150}
151
152func incrOpFails(n int64) {
153 cmdstats.fails.Add(n)
154}
155
156func incrOpStats(e *opStats) {
157 s := getOpStats(e.opstr, true)

Callers 1

flushOpStatsMethod · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected