<pre> redis 127.0.0.1:26381> sentinel get-master-addr-by-name mymaster 1) "127.0.0.1" 2) "6379" </pre> @param masterName @return two elements list of strings : host and port.
See Implementation
<pre> redis 127.0.0.1:26381> sentinel get-master-addr-by-name mymaster 1) "127.0.0.1" 2) "6379" </pre> @param masterName @return two elements list of strings : host and port.