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

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

public SlaveOf ( $host, $port )
    public function SlaveOf($host, $port)
    {
        return $this->_send(array('SlaveOf', $host, $port));
    }