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

offsetUnset() 공개 메소드

Returns the node assigned to the specified slot.
public offsetUnset ( integer $slot ) : string
$slot integer Slot index.
리턴 string
    public function offsetUnset($slot)
    {
        unset($this->slots[$slot]);
    }