Jamm\Memory\IRedisServer::SlaveOf PHP Метод

SlaveOf() публичный Метод

Make the server a slave of another instance, or promote it as master
public SlaveOf ( string $host, integer $port ) : string
$host string
$port integer
Результат string
    public function SlaveOf($host, $port);