-
Notifications
You must be signed in to change notification settings - Fork 143
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
"save" produce PHP Notice if there is not free memory in Redis #150
Comments
On master line 963 is a comment.. Are you using the latest version? https://github.com/colinmollenhour/credis/blob/master/Client.php#L963 |
I test on version 1.10.6 of colinmollenhour/cache-backend-redis package |
Thanks. The answer is not obvious to me so this would require further investigation which I don't know when I'd be able to do. I'd be happy to review a PR if you can find the issue, or if you can at least provide a screenshot of a debugger at this step I might be able to help more. |
What version of Redis? |
@Xon |
Steps:
WIG:
PHP Notice: Undefined offset: 5 in /app/vendor/colinmollenhour/credis/Client.php on line 963
WIE:
save will return false or exception
The text was updated successfully, but these errors were encountered: