Redis.ResponseError exception (Redis v0.8.0)

Copy Markdown View Source

Represents a failure while converting a raw Redis reply to a typed response.

Summary

Types

t()

@type t() :: %Redis.ResponseError{
  __exception__: true,
  command: [term()] | nil,
  reason: term(),
  response: term()
}