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

Method KeepAlive

pkg/proxy/backend.go:504–508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502}
503
504func (p *sharedBackendConnPool) KeepAlive() {
505 for _, bc := range p.pool {
506 bc.KeepAlive()
507 }
508}
509
510func (p *sharedBackendConnPool) Get(addr string) *sharedBackendConn {
511 return p.pool[addr]

Callers

nothing calls this directly

Calls 1

KeepAliveMethod · 0.45

Tested by

no test coverage detected