Predis\Cluster\Distributor\DistributorInterface::remove PHP Method

remove() public method

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