Predis\Command\CommandInterface::setSlot PHP Method

setSlot() public method

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