View Source Redix.Error exception (Redix v1.2.0)
Error returned by Redis.
This exception represents semantic errors returned by Redis: for example,
non-existing commands or operations on keys with the wrong type (INCR not_an_integer
).
Link to this section Summary
Link to this section Types
@type t() :: %Redix.Error{__exception__: true, message: binary()}