Exception: EventMachine::Hiredis::RedisError

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

Overview

An error reply from Redis. The actual error retuned by ::Hiredis will be wrapped in the redis_error accessor.

Instance Attribute Summary collapse

Instance Attribute Details

#redis_errorObject

Returns the value of attribute redis_error.



11
12
13
# File 'lib/em-hiredis.rb', line 11

def redis_error
  @redis_error
end