Predis\Cluster\Distributor\DistributorInterface::remove PHP 메소드

remove() 공개 메소드

Removes a node from the distributor.
public remove ( mixed $node )
$node mixed Node object.
    public function remove($node);