Skip to content

Commit 8f528b3

Browse files
authored
Merge pull request #605 from redis/DOC-4151
RC: Vercel integration
2 parents f57b065 + 2becf7b commit 8f528b3

File tree

8 files changed

+73
-0
lines changed

8 files changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
LinkTitle: Vercel Marketplace
3+
Title: Create a Redis Cloud database with the Vercel integration.
4+
alwaysopen: false
5+
categories:
6+
- docs
7+
- operate
8+
- rc
9+
description: Shows how to create a Redis Cloud database with Vercel integration.
10+
hideListLinks: true
11+
weight: 66
12+
---
13+
14+
The [Redis Cloud Vercel integration](https://vercel.com/marketplace/redis-cloud) lets you create a new Redis database from your Vercel account and connect it to your Vercel project(s).
15+
16+
## Create database
17+
18+
1. Log in to your Vercel account (or create a new one).
19+
20+
1. Navigate to the **Storage** tab and select **Create database**.
21+
{{<image filename="/images/rc/vercel-storage-create-database-button.png" alt="Storage - Create Database">}}
22+
23+
1. Under **Storage partners**, select **View all partners**.
24+
{{<image filename="/images/rc/vercel-redis-cloud-partners.png" alt="Browse storage" width=40% >}}
25+
26+
1. Find **Redis Cloud** and select **Continue**.
27+
28+
1. In the **Create Database** dialog, select your plan and **Continue**.
29+
30+
{{<image filename="/images/rc/vercel-create-db-select-plan.png" alt="Create database">}}
31+
32+
More configuration options are coming soon, such as region selection and multi-zone high availability.
33+
34+
1. Enter your database name or use the automatically generated name.
35+
36+
1. Select **Create**.
37+
38+
## Connect to your database
39+
40+
After creation, you will see your database details. After provisioning is complete, the status will change from `Initializing` to `Available` (you may need to refresh your browser).
41+
42+
{{<image filename="/images/rc/vercel-status-available.png" alt="Vercel database details">}}
43+
44+
You can use the connection string shown under **Quickstart** to [connect to your database]({{<relref "operate/rc/databases/connect">}}).
45+
46+
## Link database to your project
47+
48+
1. Navigate to the **Storage** tab.
49+
1. Find your new database in the list of your team's databases.
50+
1. Select **Connect Project**.
51+
{{<image filename="/images/rc/vercel-connect-project-button.png" alt="Connect Project button">}}
52+
1. Choose your project and environments and select **Connect**.
53+
{{<image filename="/images/rc/vercel-connect-project.png" alt="Connect project">}}
54+
55+
## Manage your database
56+
57+
From the database details page, you can make edits to your database under **Settings**.
58+
59+
More configuration options are coming soon, including plan changes, multi-zone high availability, and region selection.
60+
61+
### Configure from Redis Cloud
62+
63+
You can also edit some configuration options in Redis Cloud.
64+
65+
From the database detail page, select **Open in Redis Cloud**.
66+
67+
{{<image filename="/images/rc/vercel-open-in-redis-cloud.png" alt="Open in Redis">}}
68+
69+
Your Redis Cloud account is linked to your Vercel account. All your team's Redis databases will be listed under **Databases** in Redis Cloud.
70+
71+
Select your new database to make configuration changes such as passwords or the eviction policy.
72+
73+
{{<note>}} The [eviction policy]({{<relref "/operate/rc/databases/configuration/data-eviction-policies">}}) defaults to `no eviction` for new databases. You can change this by [editing the database details]({{<relref "/operate/rc/databases/view-edit-database">}}).{{</note>}}
2.89 KB
Loading
39.3 KB
Loading
60.5 KB
Loading
3.42 KB
Loading
200 KB
Loading
10.5 KB
Loading
15.1 KB
Loading

0 commit comments

Comments
 (0)