Open fripig opened 1 year ago
Tags are managed by drivers from https://www.php-cache.com/. cache:prune-stale-tags command will not work because tags handling is totally different from Laravel's. I reviewed docs about tags on php-cache.com and haven't found any mentioning about the need to prune stale tags or possibility to to that. I'm using this lib for years and haven't met any problems with stale tags. They actually recommend to use hierarchial cache with Redis - then there will be no extra records stored in Redis to handle tagging.
https://laravel.com/docs/10.x/cache#pruning-stale-cache-tags
run cache:prune-stale-tags will get this message