Exception: EventMachine::Hiredis::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EventMachine::Hiredis::Error
- Defined in:
- lib/em-hiredis.rb
Instance Attribute Summary collapse
-
#redis_error ⇒ Object
In the case of error responses from Redis, the RuntimeError returned by ::Hiredis will be wrapped.
Instance Attribute Details
#redis_error ⇒ Object
In the case of error responses from Redis, the RuntimeError returned by ::Hiredis will be wrapped
8 9 10 |
# File 'lib/em-hiredis.rb', line 8 def redis_error @redis_error end |