Cinch is in public alpha.
Redis-compatible cache. Instant creation, auto-stop when idle, 90% cheaper.
RESP protocol. Use any Redis client — Python, Node.js, Go, Java, Rust. Strings, hashes, lists, sets, sorted sets, pub/sub, and more.
NVMe-backed with tunable RAM buffer. Sleep when idle, wake on demand.
Every cache is a separate file. No shared state, no key prefix hacks. Real isolation between tenants, agents, environments.
NVMe costs 20x less than RAM per GB. Idle caches archive to cloud storage at $0.20/GB/mo. Active caches run on NVMe at $0.50/GB/mo.
| Feature | ElastiCache | Upstash Dedicated | Redis Cloud | Cinch |
|---|---|---|---|---|
| Scale to zero | No | No | No | Yes |
| Per-workload isolation | Per-instance | Per-database | Per-instance | Per-file |
| Creation time | Minutes | Seconds | Minutes | Milliseconds |
| 1GB idle cost/mo | ~$15 | ~$20 | ~$7 | ~$0.20 |
| 1GB active cost/mo | ~$15 | ~$20 | ~$7 | ~$0.50 |
Same Redis commands. Same client libraries. Different economics.
GET STARTED →