anything similar like that for storing env keys secrets for external APIs on tbhe web ui that can be called by workers or funtions? or shouldwe just use kv
Hi, does anyone know if KV supports bulk reads? It seems really inefficient to be reading out 1 key at a time compared to providing a list of keys and getting the values back like Redis
bulk reads unfortunately aren't supported by the binding, and not even by the api, since individual values could be up to 25MB in size - if your data is small (eg. fits in key + metadata), you can use
Yeah metadata is unfortunately 1 or 2kb, can’t remember exactly, so too large, you can either chunk the files or batch them into a single larger kv value
Okay thanks, btw, is it save to assume that looking KV and retrieving the values are significantly faster than R2? I haven't written any performance testing, but I assume that it would..
Hi, I am having issues assessing my KV namespace. Also I created my worker on vscode but I cannot see it on my cloudflare web account. Could this be why there is a discrepancy in assessing my namespace and if it is or whyever this is happening, could I get assistance from someone here please?