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

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

Merged
merged 1 commit into from Dec 25, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis require major v6.15.9+incompatible -> 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

v7.4.1

Compare Source

fix #​1823

v7.4.0

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

v7.1.0

Compare Source

v7.0.1

Compare Source

v7.0.0

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 4 times, most recently from d119ac8 to f7beb77 Compare March 6, 2021 14:40
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 2 times, most recently from f4c272b to f93a69c Compare March 23, 2021 12:42
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 5 times, most recently from 8af5c13 to 6b331b7 Compare April 23, 2021 03:51
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch from 6b331b7 to a6fbf1a Compare April 24, 2021 22:26
@renovate
Copy link
Contributor Author

renovate bot commented Apr 24, 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 pull docker.io/renovate/go:1.15.11
write /var/lib/docker/tmp/GetImageBlob207684872: no space left on device

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 4 times, most recently from 716745f to 9169acc Compare May 17, 2021 13:31
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 3 times, most recently from bbd4d42 to 42bb03d Compare June 1, 2021 09:49
@renovate
Copy link
Contributor Author

renovate bot commented Jun 1, 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 pull docker.io/renovate/go:1.16.4

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 3 times, most recently from aec94d4 to 8fa6a30 Compare June 9, 2021 17:31
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 2 times, most recently from 4df80a2 to c8f67d0 Compare June 18, 2021 13:58
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 4 times, most recently from 56f8219 to 96aa8ce Compare June 28, 2021 21:19
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 2 times, most recently from 9a1a43b to cfed623 Compare August 3, 2021 21:18
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 6 times, most recently from 45713b2 to a2baf54 Compare August 12, 2021 13:26
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch from a2baf54 to 5ff6be2 Compare August 17, 2021 04:10
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis to v8 fix(deps): update module github.com/go-redis/redis to v8 - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/github.com-go-redis-redis-8.x branch August 30, 2021 14:13
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis to v8 - autoclosed fix(deps): update module github.com/go-redis/redis to v8 Aug 30, 2021
@renovate renovate bot reopened this Aug 30, 2021
@renovate renovate bot restored the renovate/github.com-go-redis-redis-8.x branch August 30, 2021 15:58
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 2 times, most recently from 4b909a3 to 600ee58 Compare September 2, 2021 20:16
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch from 600ee58 to a0c8347 Compare September 8, 2021 23:26
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 4 times, most recently from 2efdaeb to 32c5591 Compare September 25, 2021 12:48
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch 3 times, most recently from a037d3e to 39bb534 Compare October 5, 2021 19:44
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch from 39bb534 to e043f78 Compare October 19, 2021 04:29
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-8.x branch from e043f78 to b5ff55f Compare October 21, 2021 07:49
@batazor batazor merged commit 6f5cd08 into main Dec 25, 2021
@batazor batazor deleted the renovate/github.com-go-redis-redis-8.x branch December 25, 2021 23:46
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