From 194745c02adf27458274e3083a891e55172bb4ad Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Fri, 26 May 2023 08:58:20 +0200 Subject: [PATCH] Update apl.md --- docs/apl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apl.md b/docs/apl.md index 6e7e21f..c5344b7 100644 --- a/docs/apl.md +++ b/docs/apl.md @@ -185,6 +185,8 @@ const apl = new UpstashAPL({ Or using environment variables: `UPSTASH_TOKEN`, `UPSTASH_URL`. +Note: Recently Vercel introduced [KV storage](https://vercel.com/docs/storage/vercel-kv) which uses Upstash under the hood. Upstash APL will work with values provided by Vercel KV Storage too. + ### EnvAPL For very simple, static & single-tenant applications, you may want to just set everything once, usually in env variables and just leave it.