Skip to content

Commit bca5ca5

Browse files
authored
Update Upstash Redis pricing and features (#2352)
Added details about fixed price plans and add-ons for Upstash Redis.
1 parent accf277 commit bca5ca5

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

upstash/redis.html.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Upstash Redis databases start on the pay-as-you-go plan at **$0.20 per 100k requ
147147
* Maximum Entry Size: 100 MB (Customizable)
148148
* Storage Limit: 10 GB
149149

150+
Your usage is updated hourly on your monthly Fly.io bill. You can track database usage details in the [Upstash web console](#the-upstash-web-console) as well.
151+
150152
#### Fixed price plans
151153

152154
Upstash also offers fixed price plans for when:
@@ -156,11 +158,30 @@ Upstash also offers fixed price plans for when:
156158

157159
These fixed price plans are available via `flyctl redis update <dbname>`:
158160

159-
* Starter: $10 per month, single region only. Includes 200MB storage, 100 req/sec
160-
* Standard: $50 per month, $10 per replica region. Includes 3GB storage, 100 req/sec
161-
* Pro 2K: $280 per month, $100 per replica region. Includes 50GB storage, 10k req/sec
162-
163-
Your usage is updated hourly on your monthly Fly.io bill. You can track database usage details in the [Upstash web console](#the-upstash-web-console) as well.
161+
| Plan | Max Data Size | Monthly Bandwidth | Monthly Price |
162+
| --- | --- | --- | --- |
163+
| Fixed 250MB | 256 MB| 50 GB | $10/mo + $5/read region |
164+
| Fixed 1GB | 1 GB | 100 GB | $20 + $10/read region |
165+
| Fixed 5GB | 5 GB| 500 GB | $100 + $50/read region |
166+
| Fixed 10GB | 10 GB | 1 TB | $200 + $100/read region |
167+
| Fixed 50GB | 50 GB| 5 TB | $400 + $20/read region |
164168

165169

166170
Check the official [Upstash Pricing](https://upstash.com/pricing) page for more information.
171+
172+
## Add Ons
173+
174+
Upstash offers two add-on features that can be enabled when provisioning a new DB, or on existing DBs using `fly redis update <dbname>`
175+
176+
#### Auto Upgrade
177+
On Fixed plans, Upstash will apply usage limits based on your current plan. When you reach these limits, behavior depends on the specific limit type - bandwidth limits will throttle your traffic, while storage limits will reject new write operations.
178+
179+
The Auto Upgrade feature automatically upgrades your database to the next higher plan when you reach your usage limits, ensuring uninterrupted service. For more details see [Upstash's docs](https://upstash.com/docs/redis/features/auto-upgrade)
180+
181+
AutoUpgrade can be enabled on fixed plan DBs using `fly redis update <dbname>` or as an option when creating a DB on a fixed plan.
182+
183+
#### Prod Pack - $200/mo
184+
185+
Upstash offers a ProdPack add-on for enabled Enterprise level features on a per-database level. This add on unlocks additional monitoring, compliance, and availability features for your database. Prod Pack is available on both pay-as-you-go and fixed plans. For a full list of benefits, please see Upstash's official [ProdPack Documentation](https://upstash.com/docs/redis/overall/enterprise#prod-pack-and-enterprise)
186+
187+
Prod Pack can be enabled when provisioning a new DB, and on existing DBs using `fly redis update <dbname>`, or from your Upstash dashboard.

0 commit comments

Comments
 (0)