redis - chore: upgrade @redis/client to 6.1.0 - #2026
Merged
Conversation
Upgrade @redis/client from 6.0.1 to 6.1.0 in @keyv/redis, the only package in the workspace that depends on it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EhFhwXMXeG5bRV8gV61WL3
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the @redis/client dependency in the storage/redis package from version ^6.0.1 to ^6.1.0, along with the corresponding lockfile updates in pnpm-lock.yaml. There are no review comments, and I have no feedback to provide.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2026 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 55 55
Lines 5067 5067
Branches 820 820
=========================================
Hits 5067 5067 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Aug 2, 2026
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Chore — dependency upgrade. Runtime phase, database drivers. Follows #2025.
Summary
Upgrades the Redis client used by
@keyv/redisby one minor.Changes
@redis/client6.0.1 → 6.1.0 —@keyv/redis, the only package in the workspace that depends on itThe exact
Latestvalue frompnpm outdated, so the workspaceminimumReleaseAgegate (4 days) is respected.Verification
pnpm build— full workspace builds clean (40 targets), including@keyv/redisCJS + ESM +.d.tsbiome check --error-on-warningsclean for@keyv/redis(17 files)@keyv/redistest suite — not run locally. The suite needs live Redis (standalone, plus the cluster and sentinel compose stacks), and this sandbox has no Docker daemon. CI runs these with services started.Generated by Claude Code