Function

get-many

Get the key-value pairs associated with the keys in the store. It returns a list of key-value pairs.

get-many: func(bucket: borrow​<bucket>, keys: list​<string>) -> result​<list​<option​<tuple​<string, list​<u8>>>>, error>;