Durable Objects Transactional storage pricing
Quoted from the docs
Requests that hit the Durable Objects in-memory cache or that use the multi-key versions of get()/put()/delete() methods are billed the same as if they were a normal, individual request for each key.
Does this mean get([key1, key2]) (value 1 is 2KB and value2 is 2KB) is billed 2 Request units one for each key, or 1 request units for the total read data?1 Reply
Two units