MCPcopy
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
87func (d *dummyConn) SetReadDeadline(t time.Time) error {
88 return nil
89}
90
91func (d *dummyConn) SetWriteDeadline(t time.Time) error {
92 return nil

Callers 1

WithReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected