Serverless
Database
for Redis®
Low Latency Data
Per-Request Pricing with Cap
Durable Storage
Database Name
my-serverless-db
Region
US-EAST-1 (N. Virginia)
Create
1const redis = require("redis");
2
3var client = redis.createClient ({
4 host : 'my-serverless-db.upstash.io',
5 port : '30652',
6 password: '1234567890'
7});
8
9client.on("error", function(err) {
10 throw err;
11});
12
13client.set('foo','bar');
14client.quit();
1
Create a database in a few seconds
2
Read/Write latency <2 ms
Designed for the Serverless Era
Per-Request Pricing with Cap
Start free, then pay only for what you use with per-request pricing. Forget your expensive server/instance. Use Upstash as much as you need, you'll never pay more than $120/month for standard databases, guaranteed.
Low Latency
We optimized Upstash for low latency. Multi-tier storage makes Upstash faster than DynamoDB/Fauna, and more affordable than ElastiCache/RedisLabs.
Fast, Durable Storage
Blend the performance of in-memory with the durability of disk storage enabling many use cases beyond caching. You can enable Strong Consistency mode to have guaranteed replicated, durable writes.
Redis® and GraphQL API
Upstash is compatible with the majority of the Redis API. It works with all Redis clients, so you can run your existing code without changing a line. In addition to Redis, you can use GraphQL API for connecting your database too.
Best Choice for the Jamstack
Low latency data, ease of use, and pay-per-request pricing makes Upstash a perfect choice for the Jamstack and Serverless world.
Plans & Pricing
Pay only for what you use with per-request pricing.
Free
Standard
Premium
Free
Commands Limit
Max 10,000 Commands Daily
Max Data Size Per DB
256 MB
Max Concurrent Connections
1000
Persistence
Encryption (TLS)
Multi Zone Replication
Price
Free (No credit card required)
Standard
Commands Limit
Unlimited
Max Data Size Per DB
10 GB
Max Concurrent Connections
1000
Persistence
Encryption (TLS)
Multi Zone Replication
Price
$0.2 per 100K commands, up to $120 monthly max.
Premium
Commands Limit
Unlimited
Max Data Size Per DB
500 GB
Max Concurrent Connections
10,000
Persistence
Encryption (TLS)
Multi Zone Replication
Price
$0.4 per 100K commands, up to $240 monthly max.
Disk storage cost is $0.25 per GB per month for all database types.
See reserved plans for high throughput use cases.
See database types for more information on databases.
Talk to us for advanced needs.