Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Update module github.com/go-redis/redis/v8 to v8.11.0 #35

Merged
merged 1 commit into from Jun 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require minor v8.10.0 -> v8.11.0

Release Notes

go-redis/redis

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 (redis/redis#9046)


Configuration

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

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #35 (26eff33) into main (297b5bd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           22        22           
=========================================
  Hits            22        22           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0804796...26eff33. Read the comment docs.

@renovate renovate bot merged commit c2f50c6 into main Jun 30, 2021
@renovate renovate bot deleted the renovate/github.com-go-redis-redis-v8-8.x branch June 30, 2021 12:49
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