-
Notifications
You must be signed in to change notification settings - Fork 70
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
RedisStorage: Unsupported operand types #58
Comments
The meta looks like serialized json string. Weird. Never happened to me :-/ |
Hi, it happened today (2016-10-27 08-18-05) on my production. Looks like long recursive problem.
|
Hey , i'm encountering this error a lot in last version . Totally randomly cache value works for some time and after that the whole string become serialized string after that |
Do you have high throughput application? What version of redis are you using? This is quite difficult issue to replicate, but it would be great help if someone could make failing test reproducing this behaviour. |
On this line I sometimes get
Fatal Error Unsupported operand types
.In debugger I see following values:
Problem is with that
$meta
being serialized json string, whichjson_decode($meta, true)
evaluates as null.This happens about once or twice per week, clearing cache helps. I didn't find a way to reproduce this. As there is no production version yet, I can't tell whether it may be caused by another error or something.
The text was updated successfully, but these errors were encountered: