03 - Laravel Horizon and Redis
We found 6 results for "redis".
In this lesson, we'll explore alternative queue drivers beyond the database driver we've been using so far. We'll focus on Redis, one of the most popular queue drivers in Laravel development, and introduce Laravel Horizon for monitoring queues
Looking at Laravel job descriptions, you will find Redis quite often. This tutorial will cover the basics of using it with Laravel and how to use it in your projects.
Caching with Redis is one of the common requirements in Laravel job descriptions. But it's not complicated at all, this tutorial will show you the fundamentals.
When you set up a new Laravel application to use Redis as a cache driver or broadcast driver, you may encounter the error. What to do with it?
A Redis based, fully automated and scalable database cache layer for Laravel.