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

Merged
konrad merged 2 commits from renovate/github.com-go-redis-redis-v8-8.x into main 2021-07-01 10:05:51 +00:00
Member

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 (https://github.com/redis/redis/issues/9046)


Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) | require | minor | `v8.10.0` -> `v8.11.0` | --- ### Release Notes <details> <summary>go-redis/redis</summary> ### [`v8.11.0`](https://github.com/go-redis/redis/releases/v8.11.0) [Compare Source](https://github.com/go-redis/redis/compare/v8.10.0...v8.11.0) ##### Change Remove OpenTelemetry metrics, Linked [#&#8203;1534](https://github.com/go-redis/redis/issues/1534) [#&#8203;1805](https://github.com/go-redis/redis/issues/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) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-06-30 12:00:27 +00:00
renovate force-pushed renovate/github.com-go-redis-redis-v8-8.x from 38d9ee5904 to ec53221d85 2021-07-01 09:00:25 +00:00 Compare
konrad added 1 commit 2021-07-01 09:51:30 +00:00
continuous-integration/drone/pr Build is passing Details
7c27dce420
go mod tidy
konrad merged commit b3f7827e39 into main 2021-07-01 10:05:51 +00:00
konrad referenced this issue from a commit 2024-02-07 14:00:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#903
No description provided.