Redis
Image: redis:7-alpine
- Port 6379/tcp
- 2 GB volume at /data
- 0.5 vCPU · 512 MB
redis-server --requirepass "$REDIS_PASSWORD" --appendonly yes --dir /data
Template · Databases
In-memory data store for caching, sessions and queues with append-only persistence.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
Official redis:7-alpine with a generated password and AOF persistence on a volume.
Image: redis:7-alpine
redis-server --requirepass "$REDIS_PASSWORD" --appendonly yes --dir /data
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| REDIS_PASSWORD | generated (password) |
| REDIS_URL | redis://default:${{self.REDIS_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379 |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.