Skip to content

@qified/redis - chore: upgrade redis to 6.0.0 (breaking)#202

Merged
jaredwray merged 1 commit into
mainfrom
claude/clever-johnson-bertdc
Jun 16, 2026
Merged

@qified/redis - chore: upgrade redis to 6.0.0 (breaking)#202
jaredwray merged 1 commit into
mainfrom
claude/clever-johnson-bertdc

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

Upgrade the redis client to its latest major (v6) in the @qified/redis provider. This is the only outdated runtime dependency in the monorepo.

Versions

  • redis 5.12.16.0.0

Tests

  • pnpm build passes (full workspace)
  • pnpm test:ci passes against a live Redis — @qified/redis: 78 tests, 100% coverage (statements/branches/functions/lines)
  • Lockfile verified with pnpm install --frozen-lockfile

Breaking notes

redis 6 makes RESP3 the default protocol and raises the minimum to Node 20+ (qified already requires Node 22+). The provider uses only basic pub/sub plus list/sorted-set commands, so no source changes were required — the message provider and task provider both build and pass their full test suites unchanged against a live Redis 6 server.


Generated by Claude Code

Upgrades the redis client from 5.12.1 to 6.0.0 (new major) in the
@qified/redis provider.

redis 6 makes RESP3 the default protocol and requires Node 20+ (qified
already requires Node 22+). The provider uses only basic pub/sub and
list/sorted-set commands. Full workspace build and the package's 78
tests pass against a live Redis at 100% coverage.

https://claude.ai/code/session_01PMNkABBFNLZF5131aiGwrZ
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@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
Addedredis@​6.0.010010010094100

View full report

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #202   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1392      1392           
  Branches       247       248    +1     
=========================================
  Hits          1392      1392           

☔ 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 dfbc414 into main Jun 16, 2026
11 checks passed
@jaredwray jaredwray deleted the claude/clever-johnson-bertdc branch June 16, 2026 15:46
@jaredwray jaredwray mentioned this pull request Jun 16, 2026
5 tasks
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