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

Struct ClusterDownError

internal/proto/redis_errors.go:88–90  ·  view source on GitHub ↗

ClusterDownError is returned when the cluster is down.

Source from the content-addressed store, hash-verified

86
87// ClusterDownError is returned when the cluster is down.
88type ClusterDownError struct {
89 msg string
90}
91
92func (e *ClusterDownError) Error() string {
93 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected