From bab0dacf2edd47a90cae54aba95142ffaa2eb528 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 5 Dec 2025 07:17:24 -0500 Subject: [PATCH 1/3] docs: mark Horizon as unsupported with Redis Clusters --- horizon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon.md b/horizon.md index f5628aced4..2d9f6c41c5 100644 --- a/horizon.md +++ b/horizon.md @@ -37,7 +37,7 @@ When using Horizon, all of your queue worker configuration is stored in a single ## Installation > [!WARNING] -> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. +> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. Redis Clusters are not supported at this time. You may install Horizon into your project using the Composer package manager: From 08fc3770a3a460269b56dd7b271c0147880c2343 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 6 Dec 2025 12:17:20 -0600 Subject: [PATCH 2/3] Update warning about Redis Cluster support --- horizon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon.md b/horizon.md index 2d9f6c41c5..2b6894125e 100644 --- a/horizon.md +++ b/horizon.md @@ -37,7 +37,7 @@ When using Horizon, all of your queue worker configuration is stored in a single ## Installation > [!WARNING] -> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. Redis Clusters are not supported at this time. +> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. Redis Cluster is not supported at this time. You may install Horizon into your project using the Composer package manager: From df83c155ebf102ae2bd1cf83e0de41aeda448eeb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 6 Dec 2025 12:17:49 -0600 Subject: [PATCH 3/3] Update horizon.md --- horizon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon.md b/horizon.md index 2b6894125e..47a5c3144b 100644 --- a/horizon.md +++ b/horizon.md @@ -37,7 +37,7 @@ When using Horizon, all of your queue worker configuration is stored in a single ## Installation > [!WARNING] -> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. Redis Cluster is not supported at this time. +> Laravel Horizon requires that you use [Redis](https://redis.io) to power your queue. Therefore, you should ensure that your queue connection is set to `redis` in your application's `config/queue.php` configuration file. Horizon is not compatible with Redis Cluster at this time. You may install Horizon into your project using the Composer package manager: