Skip to main content

Pricing

FeatureFreePay as you goPro / Enterprise
Daily Command Limit10000UnlimitedUnlimited
Supported PlatformsAWS, GCPAWS, GCPAWS, GCP
PersistenceEBSEBSEBS
SSL Encryption (TLS)
REST API
Global Replication
SecurityPassword + TLSPassword + TLSPassword + TLS
+ VPC Peering + IP Whitelisting
Audit LogsLast 7 daysLast 30 daysLast 1 year
Encryption at REST
Compliance (SOC2, ISO27001 ..)N/ALearn moreLearn more
Uptime SLARegional: 99.99%
Global: 99.99%
Regional: 99.99%
Global: 99.99%
Price (per 100K commands)FreeRegional: $0.2
Global:
$0.4
Custom
Price (per 1GB-month storage)Free$0.25$0.25
Max Monthly UsageFreeRegional:$160
Global: $360
N/A
info

The above plans are per database. When you first create your account without entering credit card, your first database will be in Free tier. When you enter credit card, your database will be upgraded to pay-as-you-go automatically. You need to contact us to upgrade a database to a pro/enterprise plan.

info

For Global databases, the write commands are replicated to all read regions in addition to primary region. Replications (write operations) are counted as commands. For example, if you have 1 primary 1 read region, 100K writes will cost $0.8 ($0.4 x 2)

Free Tier

Upstash has a free tier with some limitations. Free tier limits 10K commands per day and total 256Mb data size . You can create one read region at maximum in the free tier. A user can create only one database in Free tier. When you enter your credit card, your database will be upgraded to the pay-as-you-go plan and limits will be removed.

You do not need to enter your credit card to use Upstash in Free Tier.

info

If you want to try Upstash paid and enterprise plans, we can offer Free Trials. Email us at support@upstash.com

Serverless Pricing

Pay-as-you-go pricing model is serverless. You pay for the amount of commands ( Redis commands) processed by your database. Persistence is enabled by default, the storage cost is charged separately. The data transfer is free as long as your usage is under the daily bandwidth quota.

100K commands cost 0.2 USD. 

Request cost of a Database = Total command count / 100K X $0.2

Storage cost of Database (monthly) = Average Data Size (in GB) X $0.25

Total Cost = Request Cost + Storage Cost
note

Operational commands like AUTH, INFO, PING, QUIT, COMMAND are not charged.

Even if you do not access your data, we have to keep it persistent in Cloud Provider's block storage (eg AWS EBS, S3) for durability. We take daily average of your data size and multiply with 0.25 at the end of the month. If you have 1 GB data in your database through the all month, you pay $0.25 monthly. If your database is empty in the first 29 days of the month and it expands to 6GB on the last day of the month; then you pay $0.05 for that month (6GB / 30day X 0.25).

If you are using your database as a cache; then it is a good practice to set a timeout (EXPIRE) for your keys to minimize the cost.

note

The total storage is the sum of storage in all replicas. So 1 MB data will total up to 2 MB because data is replicated to multiple instances.

Max Monthly Usage (Price)

Upstash limits your monthly cost for a database to a max price in pay-as-you-go plan. Your database can not cost more than $160 monthly. After your database exceeds the max usage cost, your database will be rate limited.

Pay-as-you-go Plan Quotas

Pay as you go plan has limits which are introduced to ensure the fair use of resources among our users. When your database reaches the quota we do not stop your service but we will contact you and ask you to upgrade your service to an upper plan.

note

Quotas are not technical limits. They can be customized on your request. You can submit contact us (support@upstash.com) if you think your application needs higher limits.

LimitValueDescription
Max Commands Per Second1000This is the number of commands that your database can process per second.
Max Request Size1MbThe max size of a single request/command.
Max Record Size100 MbThis is the maximum size per your entry. The entry can be String, List, Set, Hash etc.
Max Data Size Per DB10GbWhen limit is reached, if eviction is enabled, some entries will be evicted to allow new writes. Otherwise, write commands will be rejected.
Max Concurrent Connections Per DB1000When the limit is reached, your idle connections may be terminated. You will not experience any issue unless all of your connections are active. Even in that case; most Redis clients reconnect automatically. You can use REST API if you expect very high number of concurrent connections.
Max Memory Storage Per DB1GBUpstash keeps entries in memory in addition to SSD. When memory size reaches this limit, the entries are evicted from memory. The evicted entry is reloaded to memory from SDD when it is accessed.
Max Daily Bandwidth50GBThe max outbound data transfer (bandwidth) limit per day.

All limits are per a database. If you think, your use case will exceed the above quotas, check our Pro/Enterprise Plans where the limits are higher.

info

Should your database surpass the daily bandwidth limit, we will notify you and suggest considering an upgrade to one of our higher-tier plans. Failure to upgrade will result in your database incurring a fee of $0.1 per GB for the bandwidth usage.

Custom Quotas

You can customize some quotas for your database in the pay-as-you-go plan with an extra fee. Here the pricing for them:

Max Request Size LimitExtra Price - Regional (monthly)Extra Price - Global (monthly)
10MB$50.00$125.00
50MB$80.00$200.00
100MB$120.00$300.00
Max Record Size LimitExtra Price (monthly)Extra Price - Global (monthly)
256MB$60.00$150.00
500MB$100.00$250
1GB$180.00$450

If you need to change other limits (max commands per sec, max data size etc), check out Pro/Enterprise plans.

Pro/Enterprise Plans

Upstash has three plans for customers with advanced needs. Different from pay-as-you-go plan, Pro/Enterprise plans have fixed monthly prices.

Plan LimitPro 2KPro 10KEnterprise
Max Commands Per Second2K10KCustom
Max Request Size10MB100MBCustom
Max Record Size200MB500MBCustom
Max Memory Storage Per DB3GB10GBCustom
Max Data Size Per DB100GB500GBunlimited
Max Concurrent Connections Per DB20005000Custom
Max Daily Bandwidth500GBunlimitedunlimited
Monthly Price Per DBRegional: $280
Global: $280 + ($100 x read region count)
Regional: $680
Global: $680 + ($200 x read region count)
Contact us
note

Pro/Enterprise plans are per database (not per account). You can have databases on different plans in the same account and each is charged separately. Pro/Enterprise plans have a minimum term of 1 month, afterwards you can cancel any time.

How to Upgrade

Apply for a Pro/Enterprise plan in your database details page in the console. Contact support@upstash.com if you have custom needs or questions.

Pro/Enterprise Plans Network & Storage Costs

In Pro/Enterprise plans, in addition to plan price, you will be charged for storage and network usage costs.

note

You can enable VPC Peering to minimize data transfer cost. Contact us support@upstash.com for details.

Storage Cost

Storage cost calculation is the same as pay-as-you-go plan which $0.25 per GB-month. The total cost is determined by adding up the storage at all replica and regions.

Network Cost

Network (data transfer) cost is $0.03 per GB for regional databases. For Global databases the cost is $0.1 per GB. For use cases with high volume, you may consider VPC Peering which minimizes the data transfer cost.

note

The above pricing assumes that the clients and database are in the same cloud provider. If not, you may be charged at a higher rate proportional to what cloud providers charge us.
Contact us support@upstash.com for details.

Pro/Enterprise Addons

The following are special features which we are provided on your request with an extra fee. Please contact us to learn about their pricing.

FeatureDescription
IP WhitelistingYou can set the IP addresses which will have access to your database.
TLS Mutual AuthenticationmTLS ensures two-way authentication where both client and server authenticate each other at the same time in the authentication protocol.
VPC PeeringVPC Peering enables you to connect to Upstash from your own VPC using private IP. Database and your application can run in the same subnet which also minimizes data transfer costs.
AWS Private LinkAWS Private link helps you to access to Upstash Database with a private network link inside AWS infrastructure.
Professional SupportProfessional Support includes dedicated service desk and Slack/Discord channel with response time SLAs.
note

To learn more about plans and addons, please contact us support@upstash.com