Jamm\Memory\IRedisServer::SlaveOf PHP Method

SlaveOf() public method

Make the server a slave of another instance, or promote it as master
public SlaveOf ( string $host, integer $port ) : string
$host string
$port integer
return string
    public function SlaveOf($host, $port);