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

Add Redis storage adapter #9

Merged
merged 3 commits into from
Oct 27, 2015
Merged

Add Redis storage adapter #9

merged 3 commits into from
Oct 27, 2015

Conversation

shadowhand
Copy link
Contributor

A generic Redis adapter that works with both PECL Redis and Predis.

A generic Redis adapter that works with both PECL Redis and Predis.
*/
private $group = self::DEFAULT_GROUP;

public function __construct($redis, $group = null)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because predis and native redis use different classes, I cannot type hint this. Duck typing will have to do.

@shadowhand
Copy link
Contributor Author

richardfullmer added a commit that referenced this pull request Oct 27, 2015
@richardfullmer richardfullmer merged commit 41a2afe into opensoft:master Oct 27, 2015
@richardfullmer
Copy link
Contributor

👍

@shadowhand shadowhand deleted the feature/redis-adapter branch October 27, 2015 00:24
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