Exception: EventMachine::Hiredis::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/em-hiredis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#redis_errorObject

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