-
Create a Redis Database
-
Go to the Upstash Console.
-
Create a Database:
-
Click Create a Redis Database.
-
Enter Database details.
-
-
-
Retrieve Your Endpoint URL
- After creating a database, note the Endpoint URL.
-
Set the Environment Variable Add the following to your
.envfile:REDIS_URL=redis://default:....upstash.io:6379
Your environment variables are set and ready for Redis integration.