How do you make scrapy-redis get the requested data instead of url?

the method used by the reference scrapy-redis on github is

scsrapy acquires url, by default, but the URL I request in the project is fixed, the difference is that the request data is inconsistent.
does scrapy-redis have a way to query the data I need from redis push? after scrapy detects it, use this data to query

Dec.27,2021

you can store json in redis. Refer to the method of next_requests and change it to parsing json.
https://github.com/rmax/scrapy-redis/blob/master/src/scrapy_redis/spiders.py

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-1b36a66-343de.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-1b36a66-343de.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?