Hey folks, Is there a way I can do a prefix lookup on KV using wrangler or CF HTTP API? assume I ha

Hey folks,
Is there a way I can do a prefix lookup on KV using wrangler or CF HTTP API?

assume I have keys like:
x-y-z-1
x-y-z-2
x-y-z-3


Is there a way I can get all the keys that start with x-y-z- without specifiying the whole key?
Was this page helpful?