目录一、监听key过期时间二、zset + score三、Redisson框架最近用到一个延迟消息的功能,第一时间想到使用MQ或者MQ的插件,因为数据量不大,所以尝试使用Redis来实现了,毕竟Redis也天生支持类似MQ的队列消费,所以,
Let\'s assume I have a database with two tables: categories and articles. Every article belongs to a category.