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

Update module github.com/go-redis/redis/v7 to v8 #3006

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v7 require major v7.4.1 -> v8.11.4

Release Notes

go-redis/redis

v8.11.4

Compare Source

Please refer to CHANGELOG.md for details

v8.11.3

Compare Source

v8.11.2

Compare Source

Important changes:

Revert #​1824, because it will have a significant impact on the connection pool(#​1849)
We will re-add this feature in v9.

Users who have already used v8.11.1, need to upgrade immediately.

v8.11.1

Compare Source

Enhancement:

  • DBSize,ScriptLoad,ScriptFlush and ScriptExists should use hook. (#​1811)
  • Added FIFO option to connection pool, set option Options.PoolFIFO to true. (#​1820)
  • The connection is checked before use, it will increase the CPU time by 5-10% (#​1824)
  • Check Failing() before serving random node. (#​1825)

Command:

  • RPOP command supports Count option (redis-server >= 6.2)
  • New cmd: GeoSearch, GeoSearchStore (redis-server >= 6.2)

Thanks: @​ktaekwon000 @​hidu @​AnatolyRugalev

v8.11.0

Compare Source

Change

Remove OpenTelemetry metrics, Linked #​1534 #​1805

New Command
  1. XAutoClaim
  2. ZRangeStore
  3. ZUnion
Command More Options
  1. XAdd: NoMkStream+MinID+Limit
  2. XTrim: MinID+Limit
  3. XGroup: CreateConsumer
  4. ZAdd: GT+LT
  5. ZRange: ByScore+ByLex+Rev+Limit
New API
  1. XAutoClaim(ctx context.Context, a *XAutoClaimArgs) *XAutoClaimCmd
  2. XAutoClaimJustID(ctx context.Context, a *XAutoClaimArgs) *XAutoClaimJustIDCmd
  3. ZRangeStore(ctx context.Context, dst string, z ZRangeArgs) *IntCmd
  4. ZAddArgs(ctx context.Context, key string, args ZAddArgs) *IntCmd
  5. ZAddArgsIncr(ctx context.Context, key string, args ZAddArgs) *FloatCmd
  6. ZRangeArgs(ctx context.Context, z ZRangeArgs) *StringSliceCmd
  7. ZRangeArgsWithScores(ctx context.Context, z ZRangeArgs) *ZSliceCmd
  8. ZUnion(ctx context.Context, store ZStore) *StringSliceCmd
  9. ZUnionWithScores(ctx context.Context, store ZStore) *ZSliceCmd
Mark deprecated(remove in v9)
  1. ZAddCh
  2. ZIncr
  3. ZAddNXCh
  4. ZAddXXCh
  5. ZIncrNX
  6. ZIncrXX
  7. XTrim
  8. XTrimApprox
  9. XAddArgs.MaxLenApprox
Remarks

There is a bug in the xtrim/xadd limit option (https://github.com/redis/redis/issues/9046)

v8.10.0

Compare Source

go-redis no longer depends on OpenTelemetry.
add support redis-command: ZInter ZDiffStore

v8.9.0

Compare Source

v8.8.3

Compare Source

v8.8.2

Compare Source

v8.8.1

Compare Source

v8.8.0

Compare Source

v8.7.1

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

v8.5.0

Compare Source

v8.4.11

Compare Source

v8.4.10

Compare Source

v8.4.9

Compare Source

v8.4.8

Compare Source

v8.4.7

Compare Source

v8.4.6

Compare Source

v8.4.5

Compare Source

v8.4.4

Compare Source

v8.4.3

Compare Source

v8.4.2

Compare Source

v8.4.1

Compare Source

v8.4.0

Compare Source

v8.3.4

Compare Source

v8.3.3

Compare Source

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

v8.0.0

Compare Source


Configuration

📅 Schedule: "before 6am on Monday" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 2, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/cozy/cozy-stack":"/mnt/renovate/gh/cozy/cozy-stack" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/cozy/cozy-stack" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/andybalholm/brotli v1.0.1
go: downloading github.com/go-redis/redis v6.15.9+incompatible
github.com/cozy/cozy-stack/model/bitwarden imports
	gopkg.in/dgrijalva/jwt-go.v3: open /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/dgrijalva: permission denied
github.com/cozy/cozy-stack/cmd imports
	github.com/spf13/cobra/doc imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0: permission denied
github.com/cozy/cozy-stack/cmd imports
	github.com/spf13/viper imports
	gopkg.in/ini.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/ini.v1@v1.51.0: permission denied

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 3 times, most recently from f009409 to fa110ad Compare May 17, 2021 11:45
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 2 times, most recently from 0c17eb4 to 82d33aa Compare May 26, 2021 15:56
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v7 to v8 Update module github.com/go-redis/redis/v7 to v8 May 26, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 11 times, most recently from 90a10ca to 52c2117 Compare June 2, 2021 11:05
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 6 times, most recently from 2f176ad to 8a13a3f Compare June 9, 2021 16:46
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 3 times, most recently from 98b1513 to ae49f96 Compare June 14, 2021 06:41
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 3 times, most recently from 464e5cc to e8d5292 Compare July 5, 2021 07:58
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 10 times, most recently from 5789c6c to e93370b Compare September 22, 2021 18:45
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch 11 times, most recently from 99461b7 to 168e8cb Compare October 11, 2021 09:19
@nono nono force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch from 168e8cb to 4694382 Compare October 11, 2021 10:28
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch from 4694382 to f9d8f0b Compare October 11, 2021 10:29
@nono nono force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch from f9d8f0b to 6c707b6 Compare October 11, 2021 10:30
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v7-8.x branch from 6c707b6 to b098847 Compare October 11, 2021 10:32
@nono
Copy link
Member

nono commented Oct 11, 2021

-> #3186

@nono nono closed this Oct 11, 2021
@nono nono deleted the renovate/github.com-go-redis-redis-v7-8.x branch October 11, 2021 10:33
@renovate
Copy link
Contributor Author

renovate bot commented Oct 11, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 8.x releases. However, if you upgrade to 8.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

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.

None yet

2 participants