Predis\Cluster\Distributor\DistributorInterface::get PHP Method

get() public method

Returns a node from the distributor mapping to the specified value.
public get ( string $value ) : mixed
$value string
return mixed
    public function get($value);