Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ Close
Method
Close
internal/pool/main_test.go:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(d *dummyConn) Close() error {
71
d.rawConn.Close()
72
return
nil
73
}
74
75
func
(d *dummyConn) LocalAddr() net.Addr {
76
return
&net.TCPAddr{}
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected