Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require minor v8.8.2 -> v8.11.3

Release Notes

go-redis/redis

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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 17, 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/DoNewsCode/core-demo":"/mnt/renovate/gh/DoNewsCode/core-demo" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/DoNewsCode/core-demo" docker.io/renovate/go:1.16.4 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/DoNewsCode/core@v0.4.2 (replaced by /Users/donew/src/std): reading /Users/donew/src/std/go.mod: open /Users/donew/src/std/go.mod: no such file or directory

@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.8.3 fix(deps): update module github.com/go-redis/redis/v8 to v8.9.0 May 26, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from 95c0091 to 83884c5 Compare May 26, 2021 12:37
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from 83884c5 to a8914b0 Compare June 3, 2021 11:32
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.9.0 fix(deps): update module github.com/go-redis/redis/v8 to v8.10.0 Jun 3, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 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/DoNewsCode/core-demo":"/mnt/renovate/gh/DoNewsCode/core-demo" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/DoNewsCode/core-demo" docker.io/renovate/go:1.16.7 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/DoNewsCode/core@v0.7.3 (replaced by /Users/donew/src/std): reading /Users/donew/src/std/go.mod: open /Users/donew/src/std/go.mod: no such file or directory

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from a8914b0 to cd316d3 Compare June 30, 2021 12:50
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.10.0 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.0 Jun 30, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from cd316d3 to 47dce47 Compare July 22, 2021 07:49
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from 47dce47 to d0991b8 Compare July 29, 2021 07:49
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.0 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.1 Jul 29, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from d0991b8 to f460a2a Compare August 6, 2021 09:38
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.1 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.2 Aug 6, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-8.x branch from f460a2a to f3f940f Compare August 12, 2021 12:38
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.2 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 Aug 12, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/github.com-go-redis-redis-v8-8.x branch August 30, 2021 09:44
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 - autoclosed fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 Aug 30, 2021
@renovate renovate bot restored the renovate/github.com-go-redis-redis-v8-8.x branch August 30, 2021 11:46
@renovate renovate bot reopened this Aug 30, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 - autoclosed Aug 31, 2021
@renovate renovate bot closed this Aug 31, 2021
@renovate renovate bot deleted the renovate/github.com-go-redis-redis-v8-8.x branch August 31, 2021 05:19
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 - autoclosed fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 Aug 31, 2021
@renovate renovate bot reopened this Aug 31, 2021
@renovate renovate bot restored the renovate/github.com-go-redis-redis-v8-8.x branch August 31, 2021 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant