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

Struct MaxClientsError

internal/proto/redis_errors.go:136–138  ·  view source on GitHub ↗

MaxClientsError is returned when the maximum number of clients has been reached.

Source from the content-addressed store, hash-verified

134
135// MaxClientsError is returned when the maximum number of clients has been reached.
136type MaxClientsError struct {
137 msg string
138}
139
140func (e *MaxClientsError) Error() string {
141 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected