redis 实现消息队列

redis 实现消息队列web 使用list数据类型 经过操做ListOperations.rightPush(key, value),ListOperations.leftPop(key) or ListOperations.leftPush(key, value),ListOperations.rightPop(key)实现 测试redis @Component public class Ti
相关文章
相关标签/搜索