This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Serverless Tutorials | ||
|
||
|
||
[Next.js with Redis](./nextjs-with-redis/README.md): A sample web application which uses Redis as state store in Next.js application. | ||
|
||
[Roadmap Voting App](./roadmap-voting-app/README.md): A single page application which showcases Upstash&Vercel integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Next.js with Redis | ||
A sample web application which uses Redis as state store in Next.js application. | ||
|
||
See the [tutorial](https://docs.upstash.com/docs/tutorials/nextjs_with_redis). | ||
See the [tutorial](https://docs.upstash.com/docs/tutorials/nextjs_with_redis) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters