Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:25:48 +08:00
commit 36ad78490f
10 changed files with 1466 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# vercel-kv
Integrate Redis-compatible Vercel KV for caching, session management, and rate limiting in Next.js applications. Powered by Upstash with strong consistency and TTL support. Use when implementing cache strategies, storing temporary data with expiration, building rate limiters, or troubleshooting missing environment variables, serialization errors, or rate limit issues.