Function

set-many

Set the values associated with the keys in the store. If the key already exists in the store, it overwrites the value.

set-many: async func(bucket: borrow​<bucket>, key-values: list​<tuple​<string, list​<u8>>>) -> result​<_, error>;