MCPcopy
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
70func (d *dummyConn) Close() error {
71 d.rawConn.Close()
72 return nil
73}
74
75func (d *dummyConn) LocalAddr() net.Addr {
76 return &net.TCPAddr{}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected