Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riccardogiorato/redis-with-vercel-edge
- Owner: riccardogiorato
- License: mit
- Created: 2023-02-16T18:07:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T22:01:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:51:25.004Z (8 months ago)
- Topics: edge, redis, upstash, vercel, vercel-edge
- Language: TypeScript
- Homepage: https://redis-with-vercel-edge.vercel.app
- Size: 507 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```