You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
Hi,
I have setup a redis cluster using 3.0.0. I want to monitor the list of commands get issued against each node by using 'monitor' command.
I tried it on multiple master nodes of the cluster, however it does not show any output.
In standalone redis instance (not a part of cluster) , monitor command show all the calls. Is there a different command to see the output against a cluster?
I have used bare minimum redis config mentioned in the cluster tutorial.
How are you testing the MONITOR? Using redis-cli or a custom script?
Which exact version of 3.0.0 are you using? The latest beta-6 provided
on redis.io or a git checkout?