摘要: 官方文档:https://redis.io/topics/pipelining Springboot整合文档:https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#pipeline Redis是一种基于客 阅读全文
posted @ 2021-02-01 15:09 杨岂 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 发布/订阅 Pub/Sub 发布订阅 的特点是订阅者(listener)负责订阅频道(channel),发送者(publisher)负责向频道发送二进制字符串消息(binary string message)。每当有消息被发送至给定频道时,频道的所有订阅者都会收到消息。(订阅者可以订阅多个频道,发送 阅读全文
posted @ 2021-02-01 11:47 杨岂 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 官方介绍:https://redis.io/topics/streams-intro Springboot整合文档:https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis.streams 一、S 阅读全文
posted @ 2021-02-01 01:05 杨岂 阅读(3539) 评论(0) 推荐(0) 编辑