Summer sale! Save 50% on access to our entire library of courses.Join here →

Articles

Showing 2 posts
June 14th, 2024

Clear Laravel Cache Keys with Artisan

To clear a specific cache key in Laravel, use the `cache:forget` command.

Author
Alex Garrett-Smith
Laravel
Redis
March 8th, 2024

Counting Unique Views in Laravel with Redis

If you want to count unique views for models in your Laravel apps, you might reach for a database table. There's a much easier and faster way though, using Redis.

Author
Alex Garrett-Smith
Laravel
Redis

Tags