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

[redis] add support for redis 3.0.0 #716

Merged
merged 4 commits into from
Nov 15, 2018
Merged

Conversation

brettlangdon
Copy link
Member

This PR adds support for the new release of redis 3.0.0.

The major changes:

  • redis.StrictRedis is just an alias for redis.Redis
  • redis.client.BasePipeline has been renamed to redis.client.Pipeline
  • Redis version < 4.0 is no longer supported, so we upgraded our redis docker containers to be redis:4.0-alpine

@brettlangdon brettlangdon added this to the 0.17.0 milestone Nov 15, 2018
@brettlangdon brettlangdon changed the base branch from master to 0.17-dev November 15, 2018 13:52
@brettlangdon brettlangdon merged commit 0e695ca into 0.17-dev Nov 15, 2018
@brettlangdon brettlangdon deleted the brettlangdon/redis-3.0.0 branch November 20, 2018 18:03
Kyle-Verhoog pushed a commit that referenced this pull request Nov 23, 2018
* [redis] add support for redis 3.0.0

* [redis] upgrade CircleCI containers to 4.0-alpine

* [redis] have CircleCI run redis 3.0.0 tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants