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

Struct MasterDownError

internal/proto/redis_errors.go:120–122  ·  view source on GitHub ↗

MasterDownError is returned when the master is down.

Source from the content-addressed store, hash-verified

118
119// MasterDownError is returned when the master is down.
120type MasterDownError struct {
121 msg string
122}
123
124func (e *MasterDownError) Error() string {
125 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected