Limited Beta — Early Access

Serverless
Redis-compatible
Zero Operations

Millisecond latency, automatic scaling, usage-based pricing, durable storage, and EU data residency. No servers to manage. Ever.

The first 10 signups get FREE tier access.

// how it works

Three steps. That's it.

1
Create a project
Spin up a new project from the dashboard. Takes seconds, not minutes.
2
Copy your credentials
Get your connection URL and auth token. Set them as environment variables — ready to go.
3
Connect with any client
Use your favorite Redis® library. Standard protocol, no proprietary SDK required.
app.py import os
import redis

r = redis.Redis(
  host=os.getenv("SUPERLESS_URL"),
  password=os.getenv("SUPERLESS_TOKEN"),
  ssl=True
)

r.set("hello", "world")
r.get("hello") # b'world'

r.exists("hello") # 1
r.delete("hello") # 1
// features

Everything you need from managed Redis® — nothing you don't.

True Serverless
No servers to provision. No capacity planning. Scales from zero to peak traffic automatically.
Usage-Based Pricing
Pay only for what you use — requests, storage, and data transfer. No idle costs.
European Infrastructure
All data stored and processed in the EU. GDPR-friendly by design — your data never leaves Europe.
Redis® Compatible
Works with existing Redis® clients and libraries. Standard protocol, no proprietary SDK.
Multi-Region Replication
Storage automatically replicated across 3 regions for high availability and low-latency access.
Durable Storage
Data is persisted and replicated — not just cached. Use it as your primary database with confidence.
// use cases

Built for what you're building.

High-Traffic APIs
Cache responses, manage sessions, and absorb traffic spikes without breaking a sweat. Your API stays fast no matter how many users hit it.
AI & LLM Applications
Store embeddings, rate-limit API usage, and cache inference results. Keep your AI pipeline responsive without managing infrastructure.
Serverless & Edge Applications
Use a key-value store in serverless functions without paying for idle capacity. Perfect for Lambda, Cloud Functions, or Workers.
Workflow & Durable State
Track job progress, manage task queues, and persist workflow state across distributed systems. Keep your pipelines reliable without a dedicated database.
// faq

Frequently asked questions.

Which Redis®-compatible commands are supported?
We currently support: PING, ECHO, SET, GET, DEL, EXISTS, MGET, MSET, INCR, DECR, AUTH, and KEYS. SET includes full support for expiry arguments (EX, PX, EXAT, PXAT, NX, XX). More commands will be added based on user feedback.
Where exactly is data stored?
All data is stored and processed exclusively in European data centers. Your data never leaves the EU, making it straightforward to meet GDPR and data residency requirements.
What happens after beta?
Beta users will get early access and priority onboarding. Once we move to general availability, your databases and data carry over seamlessly — no migration needed.
Is there a free tier?
Yes. We plan to offer a free tier to the first 10 users. Details will be shared when soon.

Start building with Superless.

Limited beta spots available. Leave your email and we'll reach out when it's your turn.

The first 10 signups get FREE tier access.