# redis_delayed_msg **Repository Path**: ykxyx/redis_delayed_msg ## Basic Information - **Project Name**: redis_delayed_msg - **Description**: Springboot结合Redis实现消息延迟 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-15 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis_delayed_msg ## 介绍 **Springboot结合Redis实现消息延迟** 利用redis的有序集合Zset实现的消息延迟处理,消息消费使用lua脚本处理保证原子性。