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

[8.x] FIX: PhpRedis (v5.3.2) cluster - set default connection context to null #34935

Merged
merged 1 commit into from
Oct 22, 2020
Merged

[8.x] FIX: PhpRedis (v5.3.2) cluster - set default connection context to null #34935

merged 1 commit into from
Oct 22, 2020

Conversation

hulkur
Copy link
Contributor

@hulkur hulkur commented Oct 22, 2020

There is an issue in phpredis version 5.3.2
phpredis/phpredis#1864

When context is [] then connection fails with SSL error. Setting it to null fixes the problem.

This is not Laravel version specific.

I encountered this on 7.28.4 and for workaround added context=>null to database.redis.options which accomplishes same result.

@hulkur hulkur changed the title FIX: PhpRedis (v5.3.2) cluster - set default connection context to null [8.x] FIX: PhpRedis (v5.3.2) cluster - set default connection context to null Oct 22, 2020
@taylorotwell taylorotwell merged commit abf9e5c into laravel:8.x Oct 22, 2020
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