Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Redis to Valkey in deploy template and tests #1079

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

jjatinggoyal
Copy link
Contributor

As mentioned by @dhh in #1044 (comment), this PR replaces Redis with Valkey (the FOSS fork of Redis) in deploy template and tests.

The deploy template now uses valkey/valkey:8 image for cache, which is the latest release with performance improvements over Valkey 7 / Redis 7, and still retains full compatibility with Redis OSS 7.2, which means the current ruby adapter for redis remains compatible.

@jjatinggoyal
Copy link
Contributor Author

Raised PR in kamal-site repo to update redis occurrences with valkey basecamp/kamal-site#129

@dhh
Copy link
Member

dhh commented Oct 11, 2024

I'd just change the image being used, not everything else. In many setups, including Rails, you're going to need to continue to use references like REDIS_URL for compatibility. But do like changing the image.

@jjatinggoyal
Copy link
Contributor Author

Ah I see, makes sense @dhh. Updated the PR to just change the image.

@dhh dhh merged commit 6073681 into basecamp:main Oct 13, 2024
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