-
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
[5.4] Normalize PhpRedis GET/MGET call #17196
Conversation
@@ -18,6 +18,19 @@ public function __construct($client) | |||
} | |||
|
|||
/** | |||
* Returns the value of the given key. | |||
* | |||
* @param string $key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
e1056eb
to
a09a46a
Compare
a09a46a
to
daba073
Compare
Honestly I think I'll just document that false and null should not be cached. Or, if you need to cache such a value to wrap it in an array data structure or something like ['foo' => null]. |
Works for me. |
daba073
to
f352597
Compare
Fixed conflicts. |
Fixes #17188.