Predis\Command\FactoryInterface::supportsCommand PHP Method

supportsCommand() public method

Checks if the command factory supports the specified command.
public supportsCommand ( string $commandID ) : boolean
$commandID string Command ID.
return boolean
    public function supportsCommand($commandID);