Skip to content

chore: update cache service image to Valkey#6246

Merged
Pyatakov merged 3 commits into
developfrom
chore/change-cache-image
Jun 19, 2026
Merged

chore: update cache service image to Valkey#6246
Pyatakov merged 3 commits into
developfrom
chore/change-cache-image

Conversation

@Pyatakov

@Pyatakov Pyatakov commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Description

Replaces Redict with Valkey as the in-memory cache across the entire Guardian stack.

Resolve #6250

Changes

Docker Compose — updated the cache service image from registry.redict.io/redict:7.3.6-alpine to valkey/valkey:8.1-alpine in all six Compose files:

  • docker-compose.yml
  • docker-compose-build.yml
  • docker-compose-production.yml
  • docker-compose-production-build.yml
  • docker-compose-quickstart.yml
  • docker-compose-quickstart-build.yml

CI workflows — same image swap applied to the cache service in all five GitHub Actions workflow files:

  • api-after-commit.yml
  • api-manual.yml
  • api-schedule-all.yml
  • api-schedule-vm0033.yml
  • ui-manual.yml

Documentation — updated all references from Redict/Redis to Valkey with links to https://valkey.io:

  • README.md
  • docs/README.md
  • docs/guardian/readme/getting-started/prerequisites.md

Notes

No application code or configuration changes – only the container image and documentation are affected. The Valkey service continues to expose port 6379 and is fully compatible with existing Guardian cache clients.

@Pyatakov Pyatakov self-assigned this Jun 17, 2026
@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown

Test Results

0 files   -  32  0 suites   - 64   0s ⏱️ - 5m 32s
0 tests  -  35  0 ✅  -  35  0 💤 ±0  0 ❌ ±0 
0 runs   - 165  0 ✅  - 165  0 💤 ±0  0 ❌ ±0 

Results for commit 37f957e. ± Comparison against base commit 1b384f8.

♻️ This comment has been updated with latest results.

@Pyatakov Pyatakov marked this pull request as ready for review June 17, 2026 22:59
@Pyatakov Pyatakov requested review from a team as code owners June 17, 2026 22:59
@Pyatakov Pyatakov changed the title chore: update cache service image to Valkey and update documentation chore: update cache service image to Valkey Jun 17, 2026
Pyatakov added 3 commits June 18, 2026 18:20
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>
@Pyatakov Pyatakov force-pushed the chore/change-cache-image branch from 59c5f58 to 37f957e Compare June 18, 2026 17:20
@Pyatakov Pyatakov merged commit 70568b8 into develop Jun 19, 2026
21 of 23 checks passed
@Pyatakov Pyatakov deleted the chore/change-cache-image branch June 19, 2026 09:46
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