Skip to content

Conversation

brandur
Copy link
Member

@brandur brandur commented Jul 27, 2020

The build is currently broken because goredis changed their API in a few
ways -- mostly adding context objects to all calls, but also with a few
minor type changes.

We'll want to have a better versioning strategy at some point here, but
for now, we update our goredis adapter to be compatible.

brandur added 3 commits July 27, 2020 11:52
The build is currently broken because goredis changed their API in a few
ways -- mostly adding context objects to all calls, but also with a few
minor type changes.

We'll want to have a better versioning strategy at some point here, but
for now, we update our goredis adapter to be compatible.
Drops support for Go 1.11 because goredis is no longer compatible with
it. Although we aim for good long-term support, given how old this
version of Go is, this seems like the easiest course of action.
Unfortunately, its exit code was not being checked in CI so this problem
has never been picked up.
@brandur brandur merged commit 4155c8a into master Jul 27, 2020
@brandur brandur deleted the brandur-goredisstore-context branch July 27, 2020 19:21
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.

1 participant