Kreo/Docs/Platform
Platform

Cache — Turbo-Cache for your API

Turbo-Cache puts a Redis layer in front of your REST API. Enable it per table and read-heavy GET requests are served from cache in milliseconds — and cache hits don't count against your SQL query quota.

Enable per table

Turn Turbo-Cache on for a specific table from the dashboard. Cache TTL scales with your plan, and every write to the table invalidates its cached reads automatically.

When not to cache

Don't cache tables you subscribe to in realtime — a cached read can serve a stale row. Keep live tables uncached so subscribers always see the latest state.

Start building — freeAll documentation