• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 27677129326
76%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 09:07AM UTC
Jobs 1
Files 235
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2026 08:24AM UTC coverage: 75.779%. Remained the same
27677129326

push

github

web-flow
chore(deps): update module github.com/redis/go-redis/v9 to v9.20.1 (main) (#6744)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis)
| indirect | patch | `v9.20.0` -> `v9.20.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>redis/go-redis (github.com/redis/go-redis/v9)</summary>

###
[`v9.20.1`](https://redirect.github.com/redis/go-redis/releases/tag/v9.20.1):
9.20.1

[Compare
Source](https://redirect.github.com/redis/go-redis/compare/v9.20.0...v9.20.1)

This is a patch release containing bug fixes only. There are no new
features or breaking changes; upgrading from 9.20.0 is a drop-in
replacement.

#### 🚀 Highlights

##### RESP3 pub/sub message loss fixed

`PeekPushNotificationName` previously inspected only the bytes already
buffered by `bufio`, so when a push frame header straddled a buffer fill
boundary it could return a **truncated** notification name (e.g.
`"messa"` instead of `"message"`). The push processor then mis-routed
the frame and `ReadReply` silently dropped it, causing intermittent
RESP3 pub/sub message loss. The peek now grows its window (36 bytes → up
to 4 KiB) and reads more from the connection until the header is
complete, cleanly separating incomplete prefixes from corrupt frames
(including overflow-safe bulk-length handling). Fixes
[#&#8203;3839](https://redirect.github.com/redis/go-redis/issues/3839).

([#&#8203;3842](https://redirect.github.com/redis/go-redis/pull/3842))
by [@&#8203;ndyakov](https://redirect.github.com/ndyakov)

#### 🐛 Bug Fixes

- **RESP3 push peeking**: `PeekPushNotificationName` no longer returns a
truncated notification name when a push frame header spans a buffer
boundary, preventing silent RESP3 pub/sub message loss (fixes
[#&#8203;3839](https://redirect.github.com/redis/g... (continued)

9727 of 12836 relevant lines covered (75.78%)

16.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27677129326.1 17 Jun 2026 09:07AM UTC 235
75.78
GitHub Action Run
Source Files on build 27677129326
  • Tree
  • List 235
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7ea4ae85 on github
  • Prev Build on gh-readonly-queue/main/pr-6738-4901973705691e0d210f92c407e60ba94cee8828 (#27335770080)
  • Next Build on main (#27678450496)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc