js
Route redirect handlers
ah, that's interesting then. I just hope they don't make the router system/framework bloated though. 🙏 @marvinh. please keep the framework non-bloated. I hope there won't be a secondary routing system on top of location API but this does seem like a real issue.
9 replies
Using Deno.KV twice
For reference, my current app is load balanced across 3 instances. So I'm thinking of opening a second KV for values that need to be shared across the 3 load balanced instances. And use the memory KV for values that's fine to be local for that 1 instance only.
(I'm also considering Deno deploy instead of using my instances, but still, I'd like to know more about using Deno.Kv twice)
3 replies