Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.x] Add support for Redis Unix socket connections with PhpRedis #10306

Merged
merged 3 commits into from
Apr 4, 2025

Conversation

dansleboby
Copy link
Contributor

This update adds documentation on how to configure Laravel to use Redis via a Unix socket when using the PhpRedis extension. Connecting over a Unix socket can improve performance by eliminating TCP overhead for local connections. The .env example and the config/database.php configuration have been included to guide developers through the setup process.

@taylorotwell taylorotwell merged commit e22c77d into laravel:12.x Apr 4, 2025
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