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

Struct ExecAbortError

internal/proto/redis_errors.go:184–186  ·  view source on GitHub ↗

ExecAbortError is returned when a transaction is aborted.

Source from the content-addressed store, hash-verified

182
183// ExecAbortError is returned when a transaction is aborted.
184type ExecAbortError struct {
185 msg string
186}
187
188func (e *ExecAbortError) Error() string {
189 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected