-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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.76.0] Redis flush array_unique error #40037
Comments
Hi @it-can, Could you please tell what redis client do you use, predis or phpredis? |
phpredis |
We have the same issue after the last upgrade with phpredis |
@dkuzmenchuk do you understand the problem and are you able to fix it? Otherwise, we need to revert this ASAP. |
@taylorotwell yes, I found a reason of this issue. Making new PR with a fix right now |
@dkuzmenchuk do you have a time frame in mind for that? |
@taylorotwell I think there are more differences between Redis clients than just the return value. So I think we should revert my PR. In this case I'll have time to make more tests to be sure everything work good with my fixes in new PR |
Reverted. |
Description:
Flushing redis generates this error:
I think it has to do with #39939
Reverting back to 8.75.0 everything works again.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: