Skip to content
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

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

tillkruss
Copy link
Contributor

@tillkruss tillkruss commented Jan 8, 2017

Fixes #17188.

@@ -18,6 +18,19 @@ public function __construct($client)
}

/**
* Returns the value of the given key.
*
* @param string $key
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@tillkruss tillkruss changed the title [5.4] Normalize PhpRedis GET call [5.4] Normalize PhpRedis GET/MGET call Jan 8, 2017
@taylorotwell
Copy link
Member

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].

@tillkruss
Copy link
Contributor Author

Works for me.

@tillkruss
Copy link
Contributor Author

Fixed conflicts.

@taylorotwell taylorotwell merged commit 004162f into laravel:5.4 Jan 30, 2017
@tillkruss tillkruss deleted the normalize-phpredis branch April 16, 2017 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants