Magestead\Command\Redis\FlushallCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("redis:flush-all");
        $this->setDescription("Flush redis storage");
    }
FlushallCommand