Commit 5ade9f9
authored
Build(deps): Bump redis from 5.3.0 to 5.4.0 (#772)
Bumps [redis](https://github.com/redis/redis-rb) from 5.3.0 to 5.4.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.4.0</h1>
<ul>
<li>Fix <code>blmpop</code> method to actually use <code>BLMPOP</code>,
it was mistakenly issuing <code>LMPOP</code> commands.</li>
<li><code>xadd</code> now accepts a <code>minid:</code> argument.</li>
<li><code>zrank</code> and <code>zrevrank</code> now accepts
<code>with_score:</code> argument.</li>
<li><code>Redis#call</code> now accept a block, allowing to use
<code>Redis</code> instances where <code>RedisClient</code> is
expected.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/redis-rb/commit/082d19800505c949294ce9dc6b91be9b9e539aed"><code>082d198</code></a>
Release 5.4.0</li>
<li><a
href="https://github.com/redis/redis-rb/commit/00f7a9f60f05b903c556b6f19b11a5fa12b2256e"><code>00f7a9f</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1310">#1310</a>
from redis/fix-blmpop</li>
<li><a
href="https://github.com/redis/redis-rb/commit/b2a2ddf08aa0dcda3c56cd68d59f2304c78cfc96"><code>b2a2ddf</code></a>
Fix Redis#blmpop to actually send BLMPOP</li>
<li><a
href="https://github.com/redis/redis-rb/commit/2a4544c05e5913446b9b924135514b008d876b80"><code>2a4544c</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1309">#1309</a>
from willbryant/xadd_minid</li>
<li><a
href="https://github.com/redis/redis-rb/commit/4eb23d7c57ad8dfc84744cae085db6e31f8117e2"><code>4eb23d7</code></a>
Support the MINID option for XADD</li>
<li><a
href="https://github.com/redis/redis-rb/commit/55725a24b3945eb0b6bb558b6bc42a4c66229e14"><code>55725a2</code></a>
Fix rubocop on newer rubies</li>
<li><a
href="https://github.com/redis/redis-rb/commit/b6fd17b28be94cb497d76c9394676d8317e941d5"><code>b6fd17b</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1307">#1307</a>
from ozennou/patch-1</li>
<li><a
href="https://github.com/redis/redis-rb/commit/d1ddf7c3b7a4fe9a3557a017e99358ba93b4adbc"><code>d1ddf7c</code></a>
Update CI configuration</li>
<li><a
href="https://github.com/redis/redis-rb/commit/3669beb9d30e690cfc228053ea6115b49cd98bd6"><code>3669beb</code></a>
Merge pull request <a
href="https://redirect.github.com/redis/redis-rb/issues/1300">#1300</a>
from Hugo-Hache/hh/zrevrank-withscore</li>
<li><a
href="https://github.com/redis/redis-rb/commit/fb709081368d76202a7cc113c7ae20536e159faa"><code>fb70908</code></a>
Add :with_score option to zrank and zrevrank</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/redis-rb/compare/v5.3.0...v5.4.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 | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
0 commit comments