class Redis::Connection::Hiredis

def write(command)

def write(command)
  @connection.write(command.flatten(1))
rescue Errno::EAGAIN
  raise TimeoutError
end