Skip to content

Update Upstash Redis Standard plan description to clarify replica region pricing #2112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion upstash/redis.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

### Writing to replica regions

**Replicas forward writes to the primary**. Replicas can't be written to. Writes are synchronous, and synchronous writes over geographical distance experience latency. Plan for this latency in your application design.

Check warning on line 121 in upstash/redis.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [proselint.Needless] Prefer 'geographic' over 'geographical' Raw Output: {"message": "[proselint.Needless] Prefer 'geographic' over 'geographical'", "location": {"path": "upstash/redis.html.md", "range": {"start": {"line": 121, "column": 127}}}, "severity": "WARNING"}

If you're using Redis as region-local cache and don't require a shared cache, setup separate databases per-region and enable object eviction.

Expand Down Expand Up @@ -148,7 +148,7 @@
These fixed price plans are available via `flyctl redis update <dbname>`:

* Starter: $10 per month, single region only. Includes 200MB storage, 100 req/sec
* Standard: $50 per month, per region. Includes 3GB storage, 100 req/sec
* Standard: $50 per month, $10 per replica region. Includes 3GB storage, 100 req/sec
* Pro 2K: $280 per month, $100 per replica region. Includes 50GB storage, 10k req/sec

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.
Expand Down
Loading