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 Support for redis 2.7 #439

Merged
merged 1 commit into from Mar 14, 2017
Merged

Add Support for redis 2.7 #439

merged 1 commit into from Mar 14, 2017

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Mar 14, 2017

The only change needed for this is expanding the semver condition range for the 2.6 patch to include 2.7 as well.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2017
Copy link
Contributor

@matthewloring matthewloring left a comment

Choose a reason for hiding this comment

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

LGTM with nit

@@ -3,6 +3,6 @@
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"redis": "^2.2.5"
"redis": "^2.6.x"

This comment was marked as spam.

This comment was marked as spam.

@kjin kjin merged commit 72ab677 into googleapis:master Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants