Redis.ConnectionError exception (Redis v0.8.0)

Copy Markdown View Source

Represents a connection-level error (socket closed, timeout, etc.).

Summary

Types

t()

@type t() :: %Redis.ConnectionError{__exception__: true, reason: atom() | String.t()}