Hacker News new | ask | show | jobs
by pencilcode 2090 days ago
Would something like a tinyurl clone also be a good use case for this? On a first hand look, it does look good.
1 comments

Although if the object is single threaded too many reads might overload it. Or is the object then replicated?
I would probably recommend using Workers KV for a tinyurl clone. Consistency is not important for this use case.