Skip to content

Commit 08796c2

Browse files
docs: mark Horizon as unsupported with Redis Clusters (#10942)
* docs: mark Horizon as unsupported with Redis Clusters * Update warning about Redis Cluster support * Update horizon.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent c67cb44 commit 08796c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horizon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When using Horizon, all of your queue worker configuration is stored in a single
3737
## Installation
3838

3939
> [!WARNING]
40-
> 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.
40+
> 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.
4141
4242
You may install Horizon into your project using the Composer package manager:
4343

0 commit comments

Comments
 (0)