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/redis/go-redis/v9 to v9.1.0 in go.mod #3685

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/redis/go-redis/v9 require minor v9.0.5 -> v9.1.0

Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.1.0: 9.1.0

Compare Source

What's new?

Triggers and Functions support

Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start

Support for All Probabilistic data structures

Probabilistic data structures, like Bloom filters, offer unique advantages when dealing with large datasets, such as memory efficiency, faster operations, and scalability. Go-Redis now supports all probabilistic data structures.

🐛 Bug Fixes

🧰 Maintenance

  • Bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 (#​2613)
  • Adds testable examples to be automatically pulled in redis.io docs (#​2601)
  • Integrating spellcheck into CI (#​2666)
  • Bumping redis versions (#​2662)
  • Updating the README with connection options (#​2661)
  • chore: fix staticcheck (#​2631)

Contributors

We'd like to thank all the contributors who worked on this release!

@​chayim, @​dependabot, @​dependabot[bot], @​elena-kolevska, @​kamyab98, @​ofekshenawa, @​testwill and @​vmihailenco


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 19, 2023 01:19
@renovate renovate bot added the dependencies PRs that update a dependency file label Aug 19, 2023
@renovate renovate bot enabled auto-merge (squash) August 19, 2023 01:19
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from c4ef7b8 to 587db2d Compare August 21, 2023 04:38
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from 587db2d to 7f52204 Compare August 21, 2023 15:39
@renovate renovate bot merged commit b43f3ad into main Aug 21, 2023
@renovate renovate bot deleted the renovate/git.luolix.top-redis-go-redis-v9-9.x branch August 21, 2023 16:11
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
….mod (runatlantis#3685)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
….mod (runatlantis#3685)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants