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?
Asked
Active
Viewed 407 times
1 Answers
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
-
Hi. Is there a way to get the previously connected ones? Like a log for all previous ones or such thing? – Ahmad Mousa Jan 11 '23 at 00:26