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

offsetExists() 공개 메소드

Checks if the specified slot is assigned.
public offsetExists ( integer $slot ) : boolean
$slot integer Slot index.
리턴 boolean
    public function offsetExists($slot)
    {
        return isset($this->slots[$slot]);
    }