MCPcopy
hub / github.com/redis/go-redis / CalcConnExpiresAt

Method CalcConnExpiresAt

internal/pool/export_test.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30var NoExpiration = noExpiration
31
32func (p *ConnPool) CalcConnExpiresAt() time.Time {
33 return p.calcConnExpiresAt()
34}

Callers 1

pool_test.goFile · 0.80

Calls 1

calcConnExpiresAtMethod · 0.95

Tested by

no test coverage detected