Added Redis for Caching and Started Database Query Caching Migration to Redis

This commit is contained in:
Ahmad 2025-01-18 19:14:19 -05:00
parent f99360d9b9
commit 0f899cb34f
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
12 changed files with 260 additions and 632 deletions

View file

@ -26,6 +26,7 @@
"@liveblocks/react": "^2.15.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@neshca/cache-handler": "^1.9.0",
"@next/mdx": "^15.1.5",
"@prisma/client": "^6.2.1",
"@prisma/extension-accelerate": "^1.2.1",
@ -54,6 +55,7 @@
"react": "^19.0.0",
"react-day-picker": "^9.5.0",
"react-dom": "^19.0.0",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"sonner": "^1.7.2",
"stripe": "^17.4.0",
@ -104,9 +106,7 @@
"prisma": "^6.2.1",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.6.0"
}