PHP Predis\Cluster\Hash Namespace

Interfaces

Name Description
HashGeneratorInterface An hash generator implements the logic used to calculate the hash of a key to distribute operations among Redis nodes.

Classes

Name Description
CRC16 Hash generator implementing the CRC-CCITT-16 algorithm used by redis-cluster.
PhpiredisCRC16 Hash generator implementing the CRC-CCITT-16 algorithm used by redis-cluster.