#849·machinery

Redis delay queue supports batch acquisition of delay tasks

Author: li31727Created Dec 30, 2025Updated Aug 28, 2026

Currently, redis' delayed tasks are obtained in batches through zRange(0,-1). Could a new zScan function be added