How are get(keys) requests counted in Durable Object?
There is possibility of fetching multiple values in one go with
get(keys)
.
But how is such request billed - as one request or each key
is one request?1 Reply
Ok, that solves it. TY