Skip to main content

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

PlanMemoryPrice
Starter256MB$9/mo
Standard1GB$27/mo
Pro4GB$72/mo

Quick Start

# Create a cache
szc cache create my-cache --plan starter

# Get connection string
szc cache info my-cache