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
-A [Redis Cloud](https://redis.io/try-free/) account (free).
33
33
- A [Render](https://render.com) account (free).
34
34
- A [Vercel](https://vercel.com) account (free).
35
35
36
-
> **Tip:** You only need to complete steps 2 and 3 once — the same Atlas cluster and Upstash database can be reused across multiple deployments.
36
+
> **Tip:** You only need to complete steps 2 and 3 once — the same Atlas cluster and Redis Cloud database can be reused across multiple deployments.
37
37
38
38
---
39
39
@@ -47,9 +47,9 @@ Before you start, make sure you have:
47
47
- Username: `urbackend-user`
48
48
- Password: generate a strong password and **copy it**.
49
49
- Role: **"Read and write to any database"**.
50
-
6. Under **Security → Network Access**, click **"Add IP Address"**→ select **"Allow Access from Anywhere"** (`0.0.0.0/0`).
50
+
6. Under **Security → Network Access**, click **"Add IP Address"**and add the outbound IP addresses of your Render service.
51
51
52
-
> This is required because Render uses dynamic IP addresses.
52
+
> To find these IPs: open your Render service → **Info** tab → **Outbound IPs**. Render exposes a set of static outbound IPs per service; add each one individually in Atlas.
53
53
54
54
7. Go to **Database → Connect** → **"Drivers"** and copy the **connection string**. It looks like:
55
55
@@ -67,16 +67,17 @@ Before you start, make sure you have:
67
67
68
68
---
69
69
70
-
## 3. Set up Upstash Redis
70
+
## 3. Set up Redis Cloud
71
71
72
-
1. Go to [console.upstash.com](https://console.upstash.com) and sign in.
73
-
2. Click **"Create Database"**.
74
-
3. Enter a name (e.g. `urbackend-redis`), choose the region closest to your Render region, and leave the type as **Regional**.
75
-
4. Click **"Create"**.
76
-
5. On the database details page, scroll to **"REST API"** or **"Connect"** and copy the **Redis URL**. It looks like:
72
+
1. Go to [redis.io/try-free](https://redis.io/try-free/) and sign up for a free account.
73
+
2. After logging in, click **"New database"**.
74
+
3. Choose the **Free** plan, then enter a database name (e.g. `urbackend-redis`) and select the cloud provider and region closest to your Render deployment.
75
+
4. Click **"Create database"**.
76
+
5. Once the database is created, open it and scroll to the **"Security"** section to note the **host**, **port**, **username** (`default`), and **password**.
0 commit comments