Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ SetWriteDeadline
Method
SetWriteDeadline
internal/pool/main_test.go:91–93 · internal/pool/main_test.go::dummyConn.SetWriteDeadline
(t time.Time)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(d *dummyConn) SetWriteDeadline(t time.Time) error {
92
return
nil
93
}
94
95
var
_ syscall.RawConn = (*dummyRawConn)(nil)
96
Callers
1
WithWriter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected