No nothing major, any tips on clearing that store?
No nothing major, any tips on clearing that store?
message: you will need to list with a prefix then make delete(keys) callsdeleteAll() will delete everything for that DO instance.. if you want to delete all the data in every DO, things get a bit more complex. If I remember correctly deleting the namespace is the way to go (but I can't remember if you also needed to wait for DOs to be evicted).. deleteAllmessage:listprefixdelete(keys)deleteAll()const start = Date.now()
const response = await stub.fetch(request)
const durationMs = Date.now() - start