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.
我在 Windows 7 上使用 nodejs,并且有一个发布消息的客户端和另一个订阅它的客户端。目前我没有对发布的消息做任何事情。换句话说,没有 client1.on("message",...) 方法来处理消息。
我可能错了,但我认为即使我没有处理消息,消息也必须保留在持久队列中?
如果是这样,我如何查看队列中的内容?
我刚开始看 Redis api,看不到任何查看频道的命令。