Skip to main content

data-layer/redis

What is this

Central Redis instance for sessions, cache, and ephemeral cross-service state.

Features

  • Password-protected access (when enabled)
  • Persistence (AOF) for durability
  • Health checks

Quick start

./infra.sh db up
./infra.sh status core

Service-local commands (optional)

cd data-layer/redis
./run.sh status
./run.sh logs
./run.sh cli

Minimal configuration

  • Canonical env: .env and deployment/topology.env (generated)

Connection strings

From containers on the shared Docker network:

redis://redis-central:6379
redis://:password@redis-central:6379

Full documentation

  • Internal docs: Redis (technology)
  • Published docs: https://docs.desarrolloselectronicos.com/