A registration function. The function of accessing the registered url, url is to read the user names and passwords of 500 users from the excel file, read out a piece of data, run the create_user function at a time to create a user, but this will cause the client request to wait for too long, resulting in timeout errors.
now I want to store this data in redis, and then go back to 200 directly, then let the database read redis and create it slowly, but I don"t know how to do it. And I always thought there was something wrong with me. Ask for help