Redis - 发布订阅相关

目录 一、Redis发布消息的两种模式 二、Redis发布订阅介绍 2-1 一个Publisher多个Subscriber模型  2-2 多个Publisher,一个Subscriber模型  2-3 多个Publisher,多个Subscriber模型 三、发布订阅操作 一、Redis发布消息的两种模式 队列模式(queuing) 任务队列的优点 松耦合、易于扩展 发布-订阅模式(publish
相关文章
相关标签/搜索