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

Struct OOMError

internal/proto/redis_errors.go:200–202  ·  view source on GitHub ↗

OOMError is returned when Redis is out of memory.

Source from the content-addressed store, hash-verified

198
199// OOMError is returned when Redis is out of memory.
200type OOMError struct {
201 msg string
202}
203
204func (e *OOMError) Error() string {
205 return e.msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected