This tutorial shows how to use Upstash inside your Next.js application.
1
Create Next.js Project2
Create a Redis (Upstash) Database3
Set up environment variables.env.local.example
file in this directory to .env.local
REDIS_URL
: Copy the url in the database page Upstash console4
Run the app5
Live!