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

Function SessionsTotal

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

Source from the content-addressed store, hash-verified

182}
183
184func SessionsTotal() int64 {
185 return sessions.total.Int64()
186}
187
188func SessionsAlive() int64 {
189 return sessions.alive.Int64()

Callers 1

StatsMethod · 0.85

Calls 1

Int64Method · 0.45

Tested by

no test coverage detected