chore: update cache service image to Valkey#6246
Merged
Merged
Conversation
Replace cache service image from registry.redict.io/redict:7.3.6-alpine to valkey/valkey:8.1-alpine across all docker-compose files. Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
Replaced references to Redict/Redis with Valkey (in-memory cache & message broker) and update links to https://valkey.io. Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
Replace the cache service image in multiple GitHub Actions workflows from registry.redict.io/redict to valkey/valkey:8.1-alpine. Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
59c5f58 to
37f957e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replaces Redict with Valkey as the in-memory cache across the entire Guardian stack.
Resolve #6250
Changes
Docker Compose — updated the
cacheservice image fromregistry.redict.io/redict:7.3.6-alpinetovalkey/valkey:8.1-alpinein all six Compose files:docker-compose.ymldocker-compose-build.ymldocker-compose-production.ymldocker-compose-production-build.ymldocker-compose-quickstart.ymldocker-compose-quickstart-build.ymlCI workflows — same image swap applied to the
cacheservice in all five GitHub Actions workflow files:api-after-commit.ymlapi-manual.ymlapi-schedule-all.ymlapi-schedule-vm0033.ymlui-manual.ymlDocumentation — updated all references from Redict/Redis to Valkey with links to
https://valkey.io:README.mddocs/README.mddocs/guardian/readme/getting-started/prerequisites.mdNotes
No application code or configuration changes – only the container image and documentation are affected. The Valkey service continues to expose port
6379and is fully compatible with existing Guardian cache clients.