Functionget-manyGet the key-value pairs associated with the keys in the store. It returns a list of key-value pairs.get-many: async func(bucket: borrow<bucket>, keys: list<string>) -> result<list<option<tuple<string, list<u8>>>>, error>;