Skip to content

Commit

Permalink
docs(vercel-kv): add beta notice
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 5, 2023
1 parent 329496c commit 7a75f5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/6.drivers/vercel-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Store data in a [Vercel KV Store](https://vercel.com/docs/storage/vercel-kv).

::alert{type="warning"}
Vercel KV driver is in beta. Please check [Vercel KV Limits](https://vercel.com/docs/storage/vercel-kv/limits) and [unjs/unstorage#218](https://github.com/unjs/unstorage/issues/218) for known issues and possible workarounds.
::

```js
import { createStorage } from "unstorage";
import vercelKVDriver from "unstorage/drivers/vercel-kv";
Expand Down

0 comments on commit 7a75f5f

Please sign in to comment.