Predis\Command\CommandInterface::setSlot PHP Метод

setSlot() публичный Метод

Assign the specified slot to the command for clustering distribution.
public setSlot ( integer $slot )
$slot integer Slot ID.
    public function setSlot($slot);