摘要: 背景 学习 Redis 时 Redis 给出的 BLPOP 命令的格式为 BLPOP key [key ...] timeout,以为是从多个 key 中都弹出一个,但是自己测试下来不是这样。 学习 简单搜索了一下,没发现有讲这多个 key 的。 看了官方文档,如下 An element is po 阅读全文
posted @ 2025-05-19 21:53 yu__xuan 阅读(15) 评论(0) 推荐(0)