Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就我而言,这种方法类似于redis-cli 中的BLPOP命令。然而,后者能够在其签名中获得多个列表。
leftPop() 方法也可以吗?来自文档:
从存储在 key 的列表中删除并返回第一个元素。
似乎有可能,但我无法意识到如何正确地做到这一点。
提前致谢。
据我所知ListOperations不支持多键操作
ListOperations