You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Clone the repo and install dependencies.
13
13
You will need to sign up for two services if you haven't already:
14
14
15
15
-[Cloudflare](https://www.cloudflare.com): Where our worker will be hosted.
16
-
-[Upstash](https://upstash.com): Cache is stored using Upstash's redis-over-HTTP service. Depending on your usage, you may try replacing this with Cloudflare KV instead which is eventually consistent but will likely provide better read latency.
16
+
-[Upstash](https://upstash.com): Cache is stored using Upstash's redis-over-HTTP service. Depending on your usage, you may try replacing this with [Cloudflare KV](https://developers.cloudflare.com/workers/runtime-apis/kv/) instead which is eventually consistent but will likely provide better read latency.
17
17
18
18
Both Cloudflare and Upstash have generous free plans.
0 commit comments