Skip to content

Conversation

@cjpearson
Copy link
Contributor

@cjpearson cjpearson commented Aug 27, 2025

#664

This adds a new driver for redis using the node-redis library.

It's mostly based off of the existing redis driver which uses ioredis. But there are a few differences:

@cjpearson cjpearson requested a review from pi0 as a code owner August 27, 2025 16:03
@cjpearson cjpearson marked this pull request as draft August 27, 2025 16:04
@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

❌ Patch coverage is 99.33775% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 63.81%. Comparing base (70310f9) to head (50368e5).
⚠️ Report is 47 commits behind head on main.

Files with missing lines Patch % Lines
src/drivers/node-redis.ts 99.32% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #665      +/-   ##
==========================================
+ Coverage   59.99%   63.81%   +3.81%     
==========================================
  Files          42       44       +2     
  Lines        3657     4043     +386     
  Branches      590      701     +111     
==========================================
+ Hits         2194     2580     +386     
  Misses       1460     1460              
  Partials        3        3              

☔ View full report in Codecov by Sentry.
📢 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.

@cjpearson cjpearson force-pushed the node-redis-driver branch 3 times, most recently from bbdd31a to 2de074e Compare August 28, 2025 15:49
@cjpearson cjpearson marked this pull request as ready for review August 28, 2025 15:54
@cjpearson cjpearson force-pushed the node-redis-driver branch 3 times, most recently from f987c71 to dbc4752 Compare September 3, 2025 10:04
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.

1 participant