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 服务器实例处理多个发布者。如何找到在特定时间限制内在 Redis 服务器中发布消息的源 [IP] 列表?
我得到了答案并将其发布以供其他人参考。
redis-cli>client list
上述命令将给出连接以接收/发送消息的 IP 列表。