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);