Predis\Connection\Cluster\PredisCluster::getClusterStrategy PHP Метод

getClusterStrategy() публичный Метод

Returns the underlying command hash strategy used to hash commands by using keys found in their arguments.
public getClusterStrategy ( ) : Predis\Cluster\StrategyInterface
Результат Predis\Cluster\StrategyInterface
    public function getClusterStrategy()
    {
        return $this->strategy;
    }