redistore icon indicating copy to clipboard operation
redistore copied to clipboard

chore: Use supported version of redigo

Open stevenh opened this issue 4 years ago • 5 comments

Switch from 2.0 which is unsupported, created before go mod was developed to 1.8.4 which is the supported version of redigo.

Also:

  • Bumped min go version to 1.17 and removed travis tests on go 1.15 and 1.16 as redigo requires context hence min version is 1.17.
  • Added missing go.sum.

stevenh avatar Jun 07 '21 10:06 stevenh

@elithrar @boj @kisielk @tsenart Any chance we could merge this?

One of my hobby projects is using redistore package, and I can no longer go get -u. I'm getting:

$ go get -u
go: warning: github.com/gomodule/[email protected]+incompatible: retracted by module author: Old development version not maintained or published.
go: to switch to the latest unretracted version, run:
	go get github.com/gomodule/redigo@latest

I think this PR would fix it.

wkoszek avatar Jan 30 '22 19:01 wkoszek

Should probably use redigo 1.8.9 instead of 1.8.4 now, otherwise LGTM. Sending updated PR #64

fgm avatar Feb 17 '23 13:02 fgm

Yep its been a while, updated to the latest version.

stevenh avatar Feb 17 '23 16:02 stevenh

@stevenh @fgm @elithrar do you stay in touch with @boj ? If we merge this, I can test it.

wkoszek avatar Feb 18 '23 06:02 wkoszek

I’m afraid I don’t. I only submitted this as it was raised as an issue in redigo which I maintain.

stevenh avatar Feb 18 '23 09:02 stevenh