Integrations

Data services

Redis

Shared cache and message broker

Redis provides fast shared state for Stackarr apps that need caching, queues, or real-time coordination.

What It Does

  • Keeps frequently accessed application data in memory.
  • Supports queues, pub/sub, and short-lived coordination between app processes.
  • Provides a shared internal service without exposing another end-user dashboard.

How Stackarr Fits

Stackarr provisions one private Redis service for compatible apps such as Tracearr, Immich, and RomM, persists its durable data, monitors the container, and keeps it off the public service-link surface.

Internal service

Redis is part of the managed runtime rather than an end-user app. Stackarr keeps it on the private Compose network, persists its data, and shares it with compatible services without publishing a browser URL.

On this page