Skip to content

Conversation

@faisuc
Copy link
Contributor

@faisuc faisuc commented Oct 28, 2025

Issue #57545

Fixes a buffer overflow issue when flushing Redis cache tags with large numbers of keys (5000+). The flush operation now chunks keys into batches of 1000 instead of trying to send them all at once.

Laravel already handles this correctly for clustered connections by chunking keys. This just applies the same fix to non-clustered connections.

@faisuc faisuc marked this pull request as draft October 28, 2025 11:34
@github-actions
Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@faisuc faisuc marked this pull request as ready for review October 28, 2025 11:39
@taylorotwell taylorotwell merged commit da484d3 into laravel:12.x Oct 28, 2025
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants