Skip to content

Switch from Redis to Valkey#2687

Merged
jmthomas merged 5 commits intorelease/v7.0.0from
valkey
Jan 13, 2026
Merged

Switch from Redis to Valkey#2687
jmthomas merged 5 commits intorelease/v7.0.0from
valkey

Conversation

@ryanmelt
Copy link
Copy Markdown
Member

This is a minimal change with the word Redis still everywhere.
We can open another ticket to change the name to something more generic like "keyvalue" if we want.

@ryanmelt ryanmelt requested a review from jmthomas December 28, 2025 01:59
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.28%. Comparing base (9c06c4a) to head (85400f5).
⚠️ Report is 18 commits behind head on release/v7.0.0.

Additional details and impacted files
@@                Coverage Diff                 @@
##           release/v7.0.0    #2687      +/-   ##
==================================================
- Coverage           78.31%   78.28%   -0.04%     
==================================================
  Files                 473      473              
  Lines               34073    34283     +210     
  Branches              734      734              
==================================================
+ Hits                26685    26838     +153     
- Misses               7308     7365      +57     
  Partials               80       80              
Flag Coverage Δ
python 96.03% <ø> (ø)
ruby-api 84.19% <ø> (-0.60%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Copy link
Copy Markdown
Member

@jmthomas jmthomas left a comment

Choose a reason for hiding this comment

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

Are there any implications to the openc3-redis-v volume? Are they fully backwards compatible?

If you're confident on valkey's future vs Redis with their existing AGPL license then I'm good. Seems like Redis is courting the AI/ML space while ValKey is more focused on clustering and performance. I think the later more fits our use-case.

RUN ["chmod", "-R", "777", "/home/data/"]

EXPOSE 6379
EXPOSE 6380
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Base only exposes 6380, why expose 6379?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We use 6380 for ephemeral and 6379 for regular. 6379 was exposed in the Redis dockerfile.

@jmthomas jmthomas merged commit 82d111c into release/v7.0.0 Jan 13, 2026
43 of 47 checks passed
@jmthomas jmthomas deleted the valkey branch January 13, 2026 16:34
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