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

Interfaces

Имя Описание
DistributorInterface A distributor implements the logic to automatically distribute keys among several nodes for client-side sharding.

Классы

Имя Описание
HashRing This class implements an hashring-based distributor that uses the same algorithm of memcache to distribute keys in a cluster using client-side sharding.
KetamaRing This class implements an hashring-based distributor that uses the same algorithm of libketama to distribute keys in a cluster using client-side sharding.