Currently in private use — public access coming soon

One Redis layer.
Every project.

Central Redis is a multi-tenant Redis API platform. Isolated storage, per-project API keys, and a clean admin layer — without managing Redis infrastructure for every build.

API Request
POST /api/set
X-API-Key: proj_sk_abc123...

{
  "key": "session:user:42",
  "value": "active",
  "ttl": 3600
}

What It Does

Redis infrastructure, abstracted

Central Redis gives you everything you need to use Redis across multiple projects — without provisioning, configuring, or babysitting a single instance.

Multi-Tenant by Default

Every project gets its own isolated namespace. Keys never collide. Data never leaks.

One API, Full Redis Power

GET, SET, DELETE, TTL, increment, lists, hashes, key listing, flush — all through a single REST API.

Per-Project API Keys

Each project authenticates independently. Rotate keys, manage access, control everything.

Admin Dashboard

See all projects, manage configs, and monitor usage from a single control plane.

Features

Developer-first, by design

Blazing Fast

Redis-backed, sub-millisecond reads. No cold starts, no connection pooling headaches.

Per-Project Keys

Every project authenticates with its own API key. Full isolation, zero crosstalk.

Rich Data Types

Strings, lists, hashes, counters, TTLs — all the Redis primitives you need, via REST.

Namespace Isolation

Projects can't see each other's data. Namespacing is enforced at the platform level.

Admin Dashboard

Create projects, rotate keys, flush data, and view operations — all from one panel.

Keep-Alive Built In

Deployment-stable with built-in keep-alive. No dropped connections on serverless hosts.

Why I Built It

"I kept spinning up Redis for every side project. Same patterns, same configs, same overhead. Central Redis started as a way to stop repeating myself — one API that handles namespaced storage across all my builds."
CR

Builder & Founder

Currently in private use — built for real workloads

How It Works

Three steps. Zero ops.

01

Create a Project

Spin up a new project in the admin dashboard. Instantly get an isolated namespace and API key.

02

Hit the API

Use simple REST endpoints for any Redis operation — GET, SET, lists, hashes, TTL, and more.

03

Scale Without Thinking

All projects share one managed Redis layer. No provisioning, no config drift, no maintenance.

FastAPIRedisMongoDB AtlasREST APINamespaced Storage

Roadmap

Built for now. Growing for later.

Central Redis runs in production today. The goal is to open it up — carefully, deliberately — when the foundation is rock solid.

Now

Private internal use

Battle-tested on real projects. Stable API. Admin dashboard live.

Next

Public API & onboarding

Self-serve project creation, usage-based billing, and developer docs.

Later

SDKs, webhooks & more

Client libraries, event hooks, pub/sub, and extended data structures.

Get on the list.

Central Redis is currently invite-only. Drop your email to be first in line when we open up access.

No spam. Just a heads-up when it's your turn.

Central Redis

© 2026 Central Redis. Built with intent.