Managed Cache
Redis-compatible caching powered by Valkey. Drop-in replacement with persistence.
Features
- Redis-compatible API
- Persistence to disk
- Cluster mode available
- TLS encryption
- Automatic failover
Plans
| Plan | Memory | Price |
|---|---|---|
| Starter | 256MB | $9/mo |
| Standard | 1GB | $27/mo |
| Pro | 4GB | $72/mo |
Quick Start
# Create a cache
szc cache create my-cache --plan starter
# Get connection string
szc cache info my-cache