Skip to content

Fix phpredis cache trait #47978

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

Conversation

joaopbnogueira
Copy link

@joaopbnogueira joaopbnogueira commented Oct 24, 2022

Q A
Branch? 3.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #46384
License MIT

When using phpredis client, the execution of multi/exec might return a boolean instead of an array, leading to an error when yielding the result.

@carsonbot carsonbot added this to the 6.2 milestone Oct 24, 2022
@joaopbnogueira joaopbnogueira changed the base branch from 6.2 to 3.4 October 24, 2022 16:05
@stloyd
Copy link
Contributor

stloyd commented Oct 24, 2022

Lowest maintained branch for bugfixes is 4.4.

@joaopbnogueira
Copy link
Author

Oh, got it. Will it apply there then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Cache] "Trying to access array offset on value of type bool" warning with RedisAdapter
3 participants