Skip to content

Latest commit

History

History
23 lines (14 loc) 路 554 Bytes

File metadata and controls

23 lines (14 loc) 路 554 Bytes

Set Up Upstash Redis Env Vars

  1. Create a Redis Database

    • Go to the Upstash Console.

    • Create a Database:

      • Click Create a Redis Database.

      • Enter Database details.

  2. Retrieve Your Endpoint URL

    • After creating a database, note the Endpoint URL.
  3. Set the Environment Variable Add the following to your .env file:

    REDIS_URL=redis://default:....upstash.io:6379

Your environment variables are set and ready for Redis integration.