Dashboard
A managed Redis has four tabs. Here is what each one is for.
Overview
Section titled “Overview”The home tab. Shows:
- Current status (Running / Stopped).
- Major version and memory plan.
- Both connection URLs — Internal and External — with copy buttons.
This is where you grab the URL to plug into your app or redis-cli.
Metrics
Section titled “Metrics”Live charts of CPU, memory and instance count. Pick a window: 10 min, 30 min, 1 hour or 2 hours. Charts auto-refresh while the instance is running.
Memory usage is the one to keep an eye on — Redis stores everything in RAM, and once you hit the limit, writes start failing or evicting keys depending on your client behaviour.
Redis server logs.
- Time windows — view the last 1h, 4h, 24h, 2 days, 7 days, 14 days or 30 days.
- Download the current view as a file.
Useful for spotting slow commands, auth failures or memory-pressure warnings.
Backups
Section titled “Backups”On-demand snapshots of your data.
- Click Backup now to take a snapshot.
- Click Restore on any completed backup to roll the instance back to that point.
See Backups for the full flow and limits.