Predis\Cluster\Distributor\DistributorInterface::get PHP 메소드

get() 공개 메소드

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