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

getBySlot() 공개 메소드

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