ServerlessData Platform

Redis®*

Serverless database with Redis API

Create Database

Kafka®

Serverless Kafka and Connectors

Create Cluster

QStash

Messaging for the Serverless

Publish Messages
Trusted by the best teams

Serverless & Edge

The platform tailored for the serverless revolution

Global low latency

Data is replicated to 8+ regions all over the world for the best latency for your users. Add/remove regions without downtime.

Price scales to zero

Start free, then pay only for what you use with per-request pricing. You'll never pay more than the cap price, guaranteed.

Requests12,004
Storage420KB
Cost$0.02

HTTP/REST API

HTTP-based APIs enable access from serverless and edge functions, while the use of standard clients via the Redis/Kafka protocol is still supported.

import { Redis } from '@upstash/redis'

const redis = new Redis({
  url: 'https://obi-wan-kenobi-31346.upstash.io',
  token: 'TOKEN',
})
   
const data = await redis.set('foo', 'bar');

Designed for the edge

Tested and optimized for Vercel Edge, Cloudflare Workers and Fastly Edge.

lagon logo

Products

True serverless data platform

Serverless KV with Redis API

  • Durable and fast with multi tier storage.
  • Fast anywhere with global replication.
  • Designed for Edge/Serverless with REST API.

Serverless Kafka with no barriers

  • Per message pricing with zero fixed cost.
  • Managed Kafka Connectors with no cost.
  • REST support in addition to Kafka API.

QStash

  • Serverless, HTTP based messaging
  • Scheduling via CRON
  • At-least-once delivery with auto retries

Pricing

Pay only for what you use with per-request pricing.

No credit card required to get started

Redis


Free
10K Commands

per day


Pay as you go
$0.2

per 100K commands


Pro

Starts from

$280

Unlimited


More information

Kafka


Free
10K messages

per day


Pay as you go
$0.6

per 100K messages


Pro

Starts from

$320

Unlimited


More information

QStash


Free
500 messages

per day


Pay as you go
$1

per 100K messages


Pro

Starts from

$180

Up to 100M


More information

Community

The help you need, when you need it

Blog

Read the latest news and product updates from the Upstash Blog.

Read

Discord

Join our Discord community to chat with other developers and the Upstash team.

Join

Twitter

Follow us on Twitter to stay up to date with the latest news from Upstash.

Follow

Github

You can view all the projects we have developed as open source on our Github page.

View