MCPcopy
hub / github.com/redis/go-redis / SetDeadline

Method SetDeadline

internal/pool/main_test.go:83–85  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

81}
82
83func (d *dummyConn) SetDeadline(t time.Time) error {
84 return nil
85}
86
87func (d *dummyConn) SetReadDeadline(t time.Time) error {
88 return nil

Callers 2

connCheckFunction · 0.45
conn_check_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected