33
loading...
This website collects cookies to deliver better user experience
redis-server
, and two instances of redis-cli
running,redis-cli
, we push elements into the queue like this:LPUSH tasks file1 file2 file3
BRPOPLPUSH tasks tasks_backup 10
33