PHP Predis\Cluster 네임스페이스

중첩된 네임스페이스

Predis\Cluster\Distributor
Predis\Cluster\Hash

Interfaces

이름 설명
StrategyInterface Interface for classes defining the strategy used to calculate an hash out of keys extracted from supported commands.

클래스들

이름 설명
ClusterStrategy Common class implementing the logic needed to support clustering strategies.
PredisStrategy Default cluster strategy used by Predis to handle client-side sharding.
RedisStrategy Default class used by Predis to calculate hashes out of keys of commands supported by redis-cluster.
SlotMap Slot map for redis-cluster.