Predis\Command\Factory::supportsCommand PHP Method

supportsCommand() public method

public supportsCommand ( $commandID )
    public function supportsCommand($commandID)
    {
        return $this->getCommandClass($commandID) !== null;
    }