How does instant rollback work on Pages if the whole thing is backed by KV?
How does instant rollback work on Pages if the whole thing is backed by KV?
filename => asset and they can just update that mapping, since the old files are there for handling assets that no-longer exist in a new deployment (i.e users have a cached index.html pointing to an old JS bundle) and then the rollbacks just use an older deployment mapping.GET /todos you mean get list by prefix?/todos/[username] hold keys to all todos of username then there'll be no last minute delay./todos/[username]/[timestamp]cookiesfilename => assetGET /todos/todos/[username]username/todos/[username]/[timestamp]cookies