If you want to randomly query multiple pieces of data, which cannot be repeated each time, how to achieve it?

such as the question: if you want to randomly query multiple pieces of data, which cannot be repeated each time, how to achieve it?

Mar.07,2021

you can add a field to the database table to mark it;
, or put the checked data primary key into the set of redis, and click Filter

after each random check.
Menu