Redis
You’ll get Redis for caches, sessions, or lightweight queues in an environment.
Choose this when
- Apps need a shared cache or simple queue
- You prefer the catalog flow over the dedicated Databases path (see chooser if unsure)
What you get
- Redis in your environment
- An internal endpoint for apps
- Optional password / auth
Options
| Option | Purpose |
|---|---|
| Environment | Where Redis runs |
| Access | Keep internal for most teams |
| Auth / password | Protect the endpoint |
| Memory / resources | Capacity under load |
After deploy
Copy the host and credentials into apps or shared variables. If instances restart under load, raise memory limits first. Also see Redis databases. Full deploy steps: How to use ready-made apps.