valkey
Recipe card from the charly-infrastructure plugin (Images — the deployable catalog).
valkey – Valkey key-value store
Section titled “valkey – Valkey key-value store”Candy Properties
Section titled “Candy Properties”| Property | Value |
|---|---|
| Dependencies | none |
| Ports | 6379 |
| Service | valkey (supervisord, priority 20) |
| Volume | valkey-data -> ~/.valkey |
| Install files | charly.yml only |
Environment Variables
Section titled “Environment Variables”| Variable | Value |
|---|---|
VALKEY_URL |
redis://127.0.0.1:6379 |
Service Environment (injected into other containers)
Section titled “Service Environment (injected into other containers)”| Variable | Template Value | Resolved Example |
|---|---|---|
REDIS_URL |
redis://{{.ContainerName}}:6379 |
redis://charly-valkey:6379 |
Pod-aware: same-container consumers receive redis://localhost:6379, cross-container consumers receive redis://charly-valkey:6379. When charly config runs, REDIS_URL is automatically injected into the global charly.yml env for service discovery (Redis-compatible protocol).
See /charly-image:layer for env_provide field docs.
Packages
Section titled “Packages”valkey(RPM, from Remi modular repo, modulevalkey:remi-9.0)
my-app: candy: - valkey ports: - "6379:6379"Related Candies
Section titled “Related Candies”/charly-infrastructure:redis– Redis alternative (same port 6379)
Used In Boxes
Section titled “Used In Boxes”/charly-distros:valkey-test(disabled box)
When to Use This Skill
Section titled “When to Use This Skill”Use when the user asks about:
- Valkey key-value store
- Redis-compatible caching in containers
- Port 6379 services
Author + Test References
Section titled “Author + Test References”/charly-image:layer— candy authoring reference (tasks, vars, env_provide, tests block syntax)/charly-check:check— declarative testing framework for thecheck:block