You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upstash/redis.html.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,8 @@ Upstash Redis databases start on the pay-as-you-go plan at **$0.20 per 100k requ
147
147
* Maximum Entry Size: 100 MB (Customizable)
148
148
* Storage Limit: 10 GB
149
149
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
+
150
152
#### Fixed price plans
151
153
152
154
Upstash also offers fixed price plans for when:
@@ -156,11 +158,30 @@ Upstash also offers fixed price plans for when:
156
158
157
159
These fixed price plans are available via `flyctl redis update <dbname>`:
158
160
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 |
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