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

getBySlot() public method

Returns a node from the distributor using its assigned slot ID.
public getBySlot ( mixed $slot ) : mixed | null
$slot mixed
return mixed | null
    public function getBySlot($slot);