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] PhpRedis method compatibility #17488

Merged
merged 6 commits into from
Jan 27, 2017

Conversation

tillkruss
Copy link
Contributor

@tillkruss tillkruss commented Jan 23, 2017

This PR covers most method signature differences. #17196 should be merged as well.

@tillkruss tillkruss changed the title [5.4] [WIP] PhpRedis method compatibility [5.4] PhpRedis method compatibility Jan 23, 2017
@@ -86,6 +163,17 @@ public function __call($method, $parameters)
return $this->proxyToEval($parameters);
}

$arrayMethods = [
Copy link
Member

Choose a reason for hiding this comment

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

What are "arrayMethods"?

@taylorotwell taylorotwell merged commit 20b7101 into laravel:5.4 Jan 27, 2017
@tillkruss tillkruss deleted the phpredis-proxies 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.

2 participants