MCPcopy Index your code
hub / github.com/CodisLabs/codis / decrSessions

Function decrSessions

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

Source from the content-addressed store, hash-verified

178}
179
180func decrSessions() {
181 sessions.alive.Decr()
182}
183
184func SessionsTotal() int64 {
185 return sessions.total.Int64()

Callers 1

StartMethod · 0.85

Calls 1

DecrMethod · 0.80

Tested by

no test coverage detected