templates · databases
Redis, dedicated and password-locked
Cache, session store, job queue, pub/sub bus — Redis is the Swiss army knife behind fast apps. This template gives you a dedicated Redis 7 instance with password auth on its own port, not a shared cluster with someone else's keys.
Redis 7 · port 6379 · default 1 GB RAM · 0.5 vCPU
Why host Redis here
Your RAM, your keys
In-memory means RAM is the resource that matters — yours is reserved, not shared with other tenants.
Password enforced
requirepass is set from an encrypted secret at creation. No wide-open Redis on a public port.
Persistence on
Data persists to the project volume, so a restart isn't a cache wipe unless you want it to be.
Pairs with everything
Host your app and its Redis side by side, or point an app running anywhere at your instance.
Redis hosting FAQ
What do people use this for?
Caching hot data, user sessions, rate limiting, job queues (BullMQ, Sidekiq, Celery) and pub/sub. One small instance often serves all of those for an app.
How much memory does my Redis need?
Size it to your dataset: sessions and caches for a small app fit in 512 MB. Watch the live memory graph and resize before eviction kicks in.
Is my Redis instance secure?
It requires the password you set (stored encrypted) and runs isolated in its own container. Treat the connection string like any credential.
Keep exploring: app hosting, Discord bot hosting, pricing and live system status — or browse every template.
Redis, running in about a minute.
Plans from CHF 7.90/mo — no payment collected during the beta.