feat: init redis storage

This commit is contained in:
shinya
2025-07-02 13:13:22 +08:00
parent 87b65fc7b4
commit 7b3afce1a1
11 changed files with 815 additions and 116 deletions

View File

@@ -38,7 +38,9 @@
"swiper": "^11.2.8",
"tailwind-merge": "^2.6.0",
"vidstack": "^0.6.15",
"zod": "^3.24.1"
"@upstash/redis": "^1.25.0",
"zod": "^3.24.1",
"redis": "^4.6.7"
},
"devDependencies": {
"@commitlint/cli": "^16.3.0",