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 传输。如何在 Symfony 4 中获取 Redis 队列中未处理消息的数量?我可以使用 XPENDING^ 获取待处理的消息,但如何得到未处理的消息?
在 redis-cli 中输入:XPENDING messages symfony
XPENDING messages symfony