Skip to content

redis - chore: upgrade @redis/client to 6.1.0 - #2026

Merged
jaredwray merged 1 commit into
mainfrom
chore/redis-client
Aug 2, 2026
Merged

redis - chore: upgrade @redis/client to 6.1.0#2026
jaredwray merged 1 commit into
mainfrom
chore/redis-client

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing and Code of Conduct guidelines.
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage. — n/a, dependency bump with no source changes.

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/redis by one minor.

Changes

  • @redis/client 6.0.1 → 6.1.0 — @keyv/redis, the only package in the workspace that depends on it

The exact Latest value from pnpm outdated, so the workspace minimumReleaseAge gate (4 days) is respected.

Verification

  • pnpm build — full workspace builds clean (40 targets), including @keyv/redis CJS + ESM + .d.ts
  • biome check --error-on-warnings clean for @keyv/redis (17 files)
  • @keyv/redis test 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

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
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​redis/​client@​6.1.01001007894100

View full report

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6dd7d39) to head (e274d28).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit fed269c into main Aug 2, 2026
14 checks passed
@jaredwray
jaredwray deleted the chore/redis-client branch August 2, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants