PHP Predis\Cluster\Hash Пространство имен

Interfaces

Имя Описание
HashGeneratorInterface An hash generator implements the logic used to calculate the hash of a key to distribute operations among Redis nodes.

Классы

Имя Описание
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.