Predis\Cluster\SlotMap::getNodes PHP 메소드

getNodes() 공개 메소드

Returns the list of unique nodes in the slot map.
public getNodes ( ) : array
리턴 array
    public function getNodes()
    {
        return array_keys(array_flip($this->slots));
    }