爪哇 Redis 2021-10-31 1255.Redis 如何实现延时队列 使用 sortedset,使用时间戳做 score, 消息内容作为 key,调用 zadd 来生产消息,消费者使用 zrangbyscore 获取 n 秒之前的数据做轮询处理