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

Method Error

main_test.go:349–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347type badConnError string
348
349func (e badConnError) Error() string { return string(e) }
350func (e badConnError) Timeout() bool { return true }
351func (e badConnError) Temporary() bool { return false }
352

Calls

no outgoing calls

Tested by

no test coverage detected