OTF n8n Redis
activeWorkspace
[OTF] Optimified
Created
Tue Mar 24
Updated
Tue Mar 24
Content
## Overview
Redis instance used as job queue (Bull) for n8n's primary/worker execution mode.
## Infrastructure
- **Platform:** Railway
- **Railway Project:** otf-n8n-mattermost-umami
## Environment Variables
| Variable | Purpose |
|----------|---------|
| `RAILWAY_RUN_UID` | Railway runtime UID |
| `REDIS_PASSWORD` | Auth password |
| `REDIS_PUBLIC_URL` | Public connection URL |
| `REDIS_URL` | Internal connection URL |
| `REDISHOST` | Internal hostname |
| `REDISPASSWORD` | Auth password (alias) |
| `REDISPORT` | Port |
| `REDISUSER` | Auth user |