Any resources on multiregional deployment with low latency KV store

I need a multiregional solution where a low latency Key-value store is required. I would like to avoid using PostgreSQL as KV DB but I am not sure if there are any other options

We use the built-in managed Redis by Upstash, which works great. Multi region “just works” (lots of writes might introduce noticeable latency, but that’s a general problem).

Thanks, I’ll play around with it. Mostly I care about read latency
Tho I would love to have a solution in the same datacenter :sweat_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.