Predis\Cluster\SlotMap::offsetUnset PHP Méthode

offsetUnset() public méthode

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