Skip to content

Commit

Permalink
feat: Add Upstash Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 31, 2024
1 parent c03dae0 commit 30f618a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ NEXT_PUBLIC_BASE_URL=http://localhost:3000
DATABASE_URL=
DIRECT_URL=
GH_ACCESS_TOKEN=
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@prisma/client": "^5.21.1",
"@prisma/extension-accelerate": "^1.2.1",
"@sentry/nextjs": "^8",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.1.3",
"@vercel/og": "^0.0.27",
"@vercel/speed-insights": "^1.0.9",
Expand Down
27 changes: 21 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30f618a

Please sign in to comment.