Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ SetReadDeadline
Method
SetReadDeadline
internal/pool/main_test.go:87–89 · internal/pool/main_test.go::dummyConn.SetReadDeadline
(t time.Time)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(d *dummyConn) SetReadDeadline(t time.Time) error {
88
return
nil
89
}
90
91
func
(d *dummyConn) SetWriteDeadline(t time.Time) error {
92
return
nil
Callers
1
WithReader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected