Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riccardogiorato/redis-with-vercel-edge

Redis used with Vercel Edge with Next.js 13
https://github.com/riccardogiorato/redis-with-vercel-edge

edge redis upstash vercel vercel-edge

Last synced: about 2 months ago
JSON representation

Redis used with Vercel Edge with Next.js 13

Awesome Lists containing this project

README

        

# Redis with Vercel Edge

![Redis with Vercel Edge](public/cover.jpg)

## No Extra packages added, super light version!

This is a [Next.js](https://nextjs.org/) and with [Upstash Redis](https://upstash.com/)

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `src/pages/index.js`. The page auto-updates as you edit the file.

## Remember to add your Upstash Secrets

Register on [Upstash](https://upstash.com/) and add your secrets to the `.env` file, the following ones:

```bash
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
```