How to put a request in a redis queue

there are existing requirements. In order to avoid the problem of high concurrency, controller should put the request into the redis queue after obtaining the request.

I just got an overview of the queue of redis on the Internet, and found that I used the operation BLPOP or BRPOP, or Pub/Sub of list in Redis.

what I don"t understand here is what it is to put a request in a redis queue. Are you putting url in? You can understand the parameters.

Aug.14,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bbba-2bacc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bbba-2bacc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?