---
title: "Redis Cluster Support for Queues in Laravel 13.5.0"
url: https://daily.dev/posts/redis-cluster-support-for-queues-in-laravel-13-5-0-a2vjzx26m
source_url: https://laravel-news.com/laravel-13-5-0
type: article
source: "Laravel News"
published: 2026-04-15T13:12:10.399Z
updated: 2026-04-15T13:12:37.033Z
tags: ["php", "laravel", "redis"]
reading_time: 5
upvotes: 28
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Redis Cluster Support for Queues in Laravel 13.5.0

**[Laravel News](https://daily.dev/sources/ln)** · 5 min read · 28 upvotes · 1 comments

## Summary

Laravel 13.5.0 ships first-class Redis Cluster support for the queue driver and ConcurrencyLimiter, resolving CROSSSLOT errors on AWS ElastiCache Serverless and other cluster deployments by automatically wrapping queue names in Redis hash tags. The release also completes #[Delay] attribute support for queued mailables, enables Controller Middleware attribute inheritance in child controllers, expands UnitEnum support across CacheManager, MailManager, and AuthManager, adds Closure support to updateOrCreate and firstOrNew, and introduces a Cache::handleUnserializableClassUsing() hook for detecting broken cache values. Several bug fixes are included for queue lock handling, auth redirect callbacks, and phpredis SSL options.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-5-0>

## Similar posts on daily.dev

- [Storage Cache Store in Laravel 13.10.0](https://daily.dev/posts/storage-cache-store-in-laravel-13-10-0-r1lc1xf37) · Laravel News · 35 upvotes · 5 comments
- [Debounceable Queued Jobs in Laravel 13.6.0](https://daily.dev/posts/debounceable-queued-jobs-in-laravel-13-6-0-po9ifu40t) · Laravel News · 26 upvotes · 3 comments
- [New Expressive Model Attributes in Laravel 13.2.0](https://daily.dev/posts/new-expressive-model-attributes-in-laravel-13-2-0-d4iyewmhw) · Laravel News · 24 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#redis](https://daily.dev/tags/redis)

[View this post on daily.dev](https://daily.dev/posts/redis-cluster-support-for-queues-in-laravel-13-5-0-a2vjzx26m)
