Redis.sentinelGetMasterAddrByName

<pre> redis 127.0.0.1:26381&gt; 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.

class Redis
List!(string)
sentinelGetMasterAddrByName
(
string masterName
)

Meta