0

My Redis Server instance handles with multiple publishers. How can I find the list of sources[IP] which published messages in Redis Server in a particular time limit?

robinrjoe
  • 329
  • 2
  • 14

1 Answers1

0

I have got an answer and posting it for other's reference.

redis-cli>client list

This above command will give the list of IPs connected to receive/send messages.

robinrjoe
  • 329
  • 2
  • 14