Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
var
NoExpiration = noExpiration
31
32
func
(p *ConnPool) CalcConnExpiresAt() time.Time {
33
return
p.calcConnExpiresAt()
34
}
Callers
1
pool_test.go
File · 0.80
Calls
1
calcConnExpiresAt
Method · 0.95
Tested by
no test coverage detected