Hi Team,
Is it possible to get the "INFO" response for all the nodes in the cluster enabled cluster by talking to any node in the cluster ?
This feature will help monitoring Redis easier for large deployments.
Thanks! Satheesha Gowda
Comment From: kHigasa
As an adhoc measure, I think you can use the cluster option and call sub-command to achieve it, i.e.,
redis-cli --cluster call --cluster-only-masters [IP:PORT of an arbitrary node in your cluster] info
If you want to limit the response only from master nodes,
redis-cli --cluster call --cluster-only-masters [IP:PORT of an arbitrary node in your cluster] info