mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Redis for Caching and Started Database Query Caching Migration to Redis
This commit is contained in:
parent
f99360d9b9
commit
0f899cb34f
12 changed files with 260 additions and 632 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue