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)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ redis (5.2.0 → 5.3.0) · Repo · Changelog
Release Notes
5.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Release 5.3.0
Merge pull request #1287 from junyuanz1/junyuanz/fix-uninitialized-constant-error
Fix `uninitialized constant Redis::Error` error
Merge pull request #1281 from jjb/patch-1
Merge pull request #1283 from supercaracal/fix-cluster-client-delay-loading-for-router-module
Fix a memoization bug for cluster client
note default timeout in readme
Merge pull request #1278 from supercaracal/fix-a-test-case-for-cluster
Fix several test cases for the cluster client
Merge pull request #1275 from supercaracal/fix-cluster-test
Fix a failure of a test case for a cluster client
Merge pull request #1272 from braze-inc/pipeline-multi-getall-not-hash
Redis::MultiFuture in a pipeline transforms values
Test shows multi in pipeline does not return hash for #hgetall
Appease rubocop
Merge pull request #1270 from supercaracal/fix-cluster-cas-pattern
Fix a cluster client interface for CAS operations to be more compatible with standalone client
Merge pull request #1269 from FujiokaD/doc/write_redis_doc_url
doc: add redis doc URL written acceptable regular expressions patterns
Merge pull request #1268 from supercaracal/fix-cluster-client
Add some documents for the transaction feature in the cluster client
Merge pull request #1267 from supercaracal/fix-cluster-cli
Keep compatibilities as possible for the transaction feature between a standalone client and a cluster client
Merge pull request #1265 from supercaracal/fix-a-test-case-for-cluster
Return an empty array instead of throwing ArgumentError if the transaction is empty in the cluster client
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