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

Update redis 5.3.0 → 5.4.0 (minor) #280

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 27, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ redis (5.3.0 → 5.4.0) · Repo · Changelog

Release Notes

5.4.0 (from changelog)

  • Fix blmpop method to actually use BLMPOP, it was mistakenly issuing LMPOP commands.
  • xadd now accepts a minid: argument.
  • zrank and zrevrank now accepts with_score: argument.
  • Redis#call now accept a block, allowing to use Redis instances where RedisClient is expected.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 19 commits:

↗️ connection_pool (indirect, 2.4.1 → 2.5.0) · Repo · Changelog

Release Notes

2.5.0 (from changelog)

  • Reap idle connections [#187]
idle_timeout = 60
pool = ConnectionPool.new ...
pool.reap(idle_timeout, &:close)
  • ConnectionPool#idle returns the count of connections not in use [#187]

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ redis-client (indirect, 0.22.2 → 0.23.2) · Repo · Changelog

Release Notes

0.23.2 (from changelog)

  • Fix retry logic not to attempt to retry on an open circuit breaker. Fix #227.

0.23.1 (from changelog)

  • Fix a potential crash in hiredis-client when using subcriptions (next_event). See #221.

0.23.0 (from changelog)

  • Allow password to be a callable. Makes it easy to implement short lived password authentication strategies.
  • Fix a thread safety issue in hiredis-client when using the pubsub client concurrently.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 47 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot requested a review from epistrephein as a code owner February 27, 2025 08:47
@depfu depfu bot added the dependencies Libraries depended upon label Feb 27, 2025
@epistrephein epistrephein merged commit f1f542e into main Feb 27, 2025
1 check passed
@epistrephein epistrephein deleted the depfu/update/redis-5.4.0 branch February 27, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Libraries depended upon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant