Predis\Cluster\Distributor |
Predis\Cluster\Hash |
Name | Description |
---|---|
StrategyInterface | Interface for classes defining the strategy used to calculate an hash out of keys extracted from supported commands. |
Name | Description |
---|---|
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. |