Is there a way to list keys from KV in reverse?
Is there a way to list keys from KV in reverse?

list keys then run get on those keys. My problem is that get returns null if I get those keys too quickly (after the write request)... What is the proper solution here? I'm thinking of writing a while loop that keeps geting those keys until KV returns something other than null?while loop, but it really sounds like you want more durable storage, so something like Durable Objects would likely be better suited: https://developers.cloudflare.com/workers/learning/using-durable-objects/listgetgetgetgetnullnullwhilewhile