class Redis::Connection::Ruby

def format_error_reply(line)

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