Docs / Datastores

Key Value

Key Value stores provision Redis-compatible redis:7-alpine containers for caching, session storage, and job queues.

Create Key Value

  1. Click + New → Key Value.
  2. Choose whether to enable AOF persistence on a Docker volume.
  3. 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.