-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add vercel-kv
driver
#213
Conversation
✅ Live Preview ready!
|
Codecov Report
@@ Coverage Diff @@
## main #213 +/- ##
==========================================
+ Coverage 80.36% 80.56% +0.19%
==========================================
Files 24 24
Lines 2633 2634 +1
Branches 462 443 -19
==========================================
+ Hits 2116 2122 +6
+ Misses 516 511 -5
Partials 1 1
|
Two more things:
|
great idea!
do you think we should add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - Good work on this 👯
@danielroe What do you think about adding this to the Nuxt 3 Documentation? To the Vercel Deployment? |
Driver tests to be added later (as well as upstash provider. they are almost identical!) |
Followup #218 |
This adds a new driver (based on the
redis
driver) for the Vercel KV store.See https://vercel.com/docs/storage/vercel-kv for an implementation
For a demo, see https://github.com/danielroe/vercel-kv, and you can hit https://vercel-kv.vercel.app/api/kv for a response rendered using the KV store.