class Redis::Error
- Redis::Error
- Exception
- Reference
- Object
Direct Known Subclasses
- Redis::BusyGroup
- Redis::Cluster::Error
- Redis::Graph::Error
- Redis::Graph::Indices::IndexAlreadyExists
- Redis::Graph::Serializable::Node::PropertyMissing
- Redis::NoGroup
- Redis::Subscription::InvalidMessage
Defined in:
errors.crMacro Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
Macro Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.