class Redis::Connection::Ruby

def format_error_reply(line)

def format_error_reply(line)
  RuntimeError.new(line.strip)
end