Skip to content
ScaleFrogs — Software Engineering, Intelligent AutomationScaleFrogs — Software Engineering, Intelligent Automation
MarketingMay 29, 20263 min read

Cache invalidation without the cliché: tag-based Redis caching in Laravel

By ScaleForgs Admin

Laravel's cache tags let you scope invalidation to exactly the records that changed, triggered from a model observer rather than a TTL you have to keep tuning by hand.

PostgreSQLSecurity

All posts