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

Struct TryAgainError

internal/proto/redis_errors.go:104–106  ·  internal/proto/redis_errors.go::TryAgainError

TryAgainError is returned when a command cannot be processed and should be retried.

Source from the content-addressed store, hash-verified

102
103// TryAgainError is returned when a command cannot be processed and should be retried.
104type TryAgainError struct {
105 msg string
106}
107
108func (e *TryAgainError) Error() string {
109 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected