Closed
Description
php artisan modelCaching:flush --model=App\Model
should be
php artisan modelCache:flush --model=App\Model
And I noticed that you HAVE to specify a model.. it would be very preferable to being able to flush all of the modelCache.. without having to flush the entire redis cache
could this be added please?