Update redis 5.2.0 → 5.3.0 (minor) #255
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.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
Release Notes
0.22.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Release 0.22.2
Merge pull request #199 from redis-rb/dependabot/bundler/minitest-5.23.0
---
Merge pull request #197 from stanhu/sh-fix-brpop-timeouts
Ensure BLPOP/BRPOP returns nil instead of raising ReadTimeoutError
Merge pull request #195 from fkmy/fix-readme-typo
Fix typo:`Configuation` -> `Configuration`
Fix typo:`explictly` -> `explicitly`
fix(config): server_url should return a valid URI for IPv6 hosts (#194)
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