Predis\Cluster\Distributor\DistributorInterface::getSlot PHP Méthode

getSlot() public méthode

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