• 2021-02-23
讲解Redis发布订阅演示、事务演示、持久化

文章目录Redis 发布订阅(pub/sub)是一种消息通信模式:发送者(pub)发送消息,订阅者(sub)接收消息。Redis 客户端可以订阅任意数量的频道。...

11