Predis\Cluster\Hash\HashGeneratorInterface::hash PHP Method

hash() public method

Generates an hash from a string to be used for distribution.
public hash ( string $value ) : integer
$value string String value.
return integer
    public function hash($value);
HashGeneratorInterface