Skip to content

MBS-14245: Switch from Redis to Valkey#3747

Open
mwiencek wants to merge 6 commits intometabrainz:masterfrom
mwiencek:valkey
Open

MBS-14245: Switch from Redis to Valkey#3747
mwiencek wants to merge 6 commits intometabrainz:masterfrom
mwiencek:valkey

Conversation

@mwiencek
Copy link
Copy Markdown
Member

@mwiencek mwiencek commented Apr 9, 2026

Problem

MBS-14245

Solution

This PR updates our test images to use Valkey, and replaces most references to Redis.

DBDefs settings were also renamed, but old configuration is supported to work for now.

AI usage

nil

Testing

Browsed the website and didn't observe any issues. Tested DBDefs configurations using the deprecated REDIS names.

Further action

Settings should be renamed in docker-server-configs.

@@ -0,0 +1,82 @@
package t::MusicBrainz::DataStore::Valkey;
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.

This file isn't new, just moved from t/lib/t/MusicBrainz/DataStore/Redis.pm. I only performed replacements in it.

@@ -0,0 +1,129 @@
package t::MusicBrainz::DataStore::ValkeyMulti;
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.

Same here.

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