Pricing
Feature | Free | Pay as you go | Enterprise |
---|---|---|---|
Daily Command Limit | 10000 | Unlimited | Unlimited |
Supported Platforms | AWS, GCP | AWS, GCP | AWS, GCP |
Number of Databases | 1 | 10 | Unlimited |
Persistence | EBS | EBS | EBS |
Strong Consistency | โ | โ | โ |
SSL Encryption (TLS) | โ | โ | โ |
REST API | โ | โ | โ |
Multi Zone Replication | โ | โ | โ |
Multi Region Replication (coming soon) | โ | โ | โ |
Edge Caching (coming soon) | โ | โ | โ |
Customize Quotas | โ | โ | โ |
Security | Password + TLS | Password + TLS | Password + TLS + VPC Peering + IP Whitelisting |
Audit Logs | Last 7 days | Last 30 days | Last 1 year |
Professional Support | โ | Optional | Included |
Uptime SLA | โ | Single Zone: 99.5% Multi Zone: 99.99% | Single Zone: 99.5% Multi Zone: 99.99% |
Price (per 100K commands) | Free | Single Zone: $0.2 Multi Zone: $0.4 | Custom |
Price (per 1GB-month storage) | Free | Single Zone: $0.25 Multi Zone: $0.5 | Custom |
Max Monthly (Ceiling) Price | Free | Single Zone: $120 Multi Zone: $240 | N/A |
#
Free TierUpstash has a free tier with some limitations. Free tier limits 10K commands per day and total 256Mb data size. A user can create only one database in Free tier. When you enter your credit card, your database will be upgraded and limits will be removed.
You do not need to enter your credit card to use Upstash in Free Tier.
#
Serverless PricingUpstash's default pricing model is serverless. You pay for the amount of commands (Redis commands), you send to the database. Because the persistence is enabled by default, there is also the storage cost.
100.000 commands cost 0.2 USD.
Request cost of a Database = Total command count / 100.000 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 30GB on the last day of the month; then still you pay $0.25 for that month (30GB / 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.
#
Max Monthly (Ceiling) PriceUpstash guarantees that your monthly cost for a database will not exceed the ceiling price. Your database can not cost more than $120 monthly ($240 if multizone replication enabled). Ceiling price prevents bad surprises on billing.
#
Edge CachingEdge caching has a separate pricing. It costs $0.4 per 100K Edge calls. More precisely, if a request is served from the edge cache,
it will cost $0.000004
. But if it misses the cache, then the request will be served by the origin database. In this case, its cost
will be $0.000006
($0.000004
edge request cost + $0.000002
database request cost).
Edge caching is not included in ceiling price. In other words, your cost may exceed max price if you use Edge caching.
#
Pay-as-you-go Plan QuotasPay as you go plan has soft limits which are introduced to ensure the fair use of resources among our users. Quotas are soft limits. 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. Contact us (support@upstash.com) if you think your application needs higher limits.
Limit | Value | Description |
---|---|---|
Max Commands Per Second | 1000 | This is the number of commands that your database can process per second. If you exceed this limit, we contact you. |
Max Record Size | 100 Mb | This is the maximum size per your entry. The entry can be String, List, Set, Hash etc. |
Max Data Size Per DB | 100Gb | When limit is reached, write commands may be rejected. Read and delete commands will not be affected. You can delete some entries to allow further writes. Also you can consider setting TTL (expiration time) for your keys. |
Max Concurrent Connections Per DB | 1000 | When 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 Request Size | 1Mb | The max size of a single request/command. |
Max Daily Bandwidth | 50GB | The max outbound data transfer (bandwidth) limit per day. |
Max Daily Edge Bandwidth | 10GB | The max outbound data transfer (bandwidth) limit per day from Edge locations when Edge Caching is enabled. |
All limits are per database. If you think, your use case will exceed the above quotas, check our Enterprise Plan where you can customize the limits.
#
Enterprise PlanIf your application requires advanced needs, then Upstash Enterprise will fit better as you can customize it for your use case.
Feature | Pay as you go | Enterprise | Description |
---|---|---|---|
IP Whitelisting | โ | โ | You can set the IP addresses which will have access to your database. |
VPC Peering | โ | โ | VPC 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 cancels out data transfer costs. |
AWS Private Link | โ | โ | AWS Private link helps you to access to Upstash Database with a private network link inside AWS infrastructure. |
Edge Caching Invalidation | โ | โ | Ability to purge cache per database when Edge caching is enabled. |
Customizable Quotas | โ | โ | You can customize the limits to fit your usecases. |
Professional Support | optional | included | Professional Support includes dedicated service desk and Slack channel with response time SLAs. |
Fixed pricing for high throughput | โ | โ | Pay a monthly fixed price reserving bandwidth. |
note
To learn more about enterprise plans, please contact us support@upstash.com