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

getSlot() 공개 메소드

Returns the corresponding slot of a node from the distributor using the computed hash of a key.
public getSlot ( mixed $hash ) : mixed
$hash mixed
리턴 mixed
    public function getSlot($hash);