Serverless
Data Platform

The single platform to all your data needs

Create Database

Highly Available,
Infinitely Scalable

  • 99.99% uptime guarantee
  • Automatic scaling to meet your demands
  • No server management required

Global
Low Latency

  • Lightning-fast response times worldwide
  • Multi-region replication options
  • Optimize for your users, wherever they are

Durable,
Persistent Storage

  • In-memory speed with disk-like persistence
  • Data safety without sacrificing performance
  • Automatic backups
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');
Trusted by the best teams

Serverless & Edge

The platform tailored for the serverless revolution

Global low latencyLatency

Data is replicated across 8+ regions worldwide to provide lowest latency for your users. Add/remove regions without any downtime.

Price scales to zeroPricing

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 APIRest API

HTTP-based APIs enable access from serverless and edge functions in addition to supporting standard clients via the Redis protocol.

from upstash_vector import Index

index = Index(url="https://master-yoda-eu1-vector.upstash.io/query", token="XXX")

index.upsert(
  vectors=[("id-1", [0.72, 0.7], {"meta_key": "meta_value"})]
)

index.query(
  vector=[0.72, 0.7], top_k=1, include_vectors=True, include_metadata=True
)

Designed for the edgeGlobal database features

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

lagon logo

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