Commit 0abb315
authored
Bump redis from 5.2.0 to 5.3.0 (#613)
Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/redis/redis-rb/blob/master/CHANGELOG.md">redis's
changelog</a>.</em></p>
<blockquote>
<h1>5.3.0</h1>
<ul>
<li>Fix the return type of <code>hgetall</code> when used inside a
<code>multi</code> transaction which is itself inside a pipeline.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/redis-rb/commit/a1d6f68d44f078659ec21a82dc75b4254aff2b5a"><code>a1d6f68</code></a>
Release 5.3.0</li>
<li><a
href="https://github.com/redis/redis-rb/commit/18642ef3a801ab66328413c9a9d9bbede17ccd8e"><code>18642ef</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1287">#1287</a>
from junyuanz1/junyuanz/fix-uninitialized-constant-e...</li>
<li><a
href="https://github.com/redis/redis-rb/commit/579263c6b06c09027367f82bdeaa64583c5d166b"><code>579263c</code></a>
Fix <code>uninitialized constant Redis::Error</code> error</li>
<li><a
href="https://github.com/redis/redis-rb/commit/433ec69c563f1b51dead336fc81f1fb70a8297af"><code>433ec69</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1281">#1281</a>
from jjb/patch-1</li>
<li><a
href="https://github.com/redis/redis-rb/commit/6a8d165b87bb6a8d4c022cbbc4ed2e9163a09e30"><code>6a8d165</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1283">#1283</a>
from supercaracal/fix-cluster-client-delay-loading-f...</li>
<li><a
href="https://github.com/redis/redis-rb/commit/8611b68272324341a8ca87b3afad2c3592c819e2"><code>8611b68</code></a>
Fix a memoization bug for cluster client</li>
<li><a
href="https://github.com/redis/redis-rb/commit/3a14135bafcbeeee124a78ae60055627fbfbd619"><code>3a14135</code></a>
note default timeout in readme</li>
<li><a
href="https://github.com/redis/redis-rb/commit/13f324667841d5a923e90aa9fc6a7a540a6ecc96"><code>13f3246</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1278">#1278</a>
from supercaracal/fix-a-test-case-for-cluster</li>
<li><a
href="https://github.com/redis/redis-rb/commit/52cae8a0a28d67669a5fa4ac1898384a2cc328e6"><code>52cae8a</code></a>
Fix several test cases for the cluster client</li>
<li><a
href="https://github.com/redis/redis-rb/commit/15c8c929e4caf68e510b9c7918c1f87cc5bd2510"><code>15c8c92</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1275">#1275</a>
from supercaracal/fix-cluster-test</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/redis-rb/compare/v5.2.0...v5.3.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
| 636 | + | |
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
| |||
0 commit comments