Key Value
Key Value stores provision Redis-compatible redis:7-alpine containers for caching, session storage, and job queues.
Create Key Value
- Click + New → Key Value.
- Choose whether to enable AOF persistence on a Docker volume.
- Copy the connection URL from the service overview.
Persistence
Without a volume, data is ephemeral across redeploys. Enable persistence when you need keys to survive container restarts.
Connecting from apps
Pass the Redis URL via environment variables. Use the internal service hostname from within the workspace network.