WebAssembly / wasi-keyvalue

31 stars 11 forks source link

The cursor in list-keys should probably be a string, not a u64 #45

Open manuel opened 1 month ago

manuel commented 1 month ago

E.g. in Cloudflare KV https://developers.cloudflare.com/kv/api/list-keys/:

cursor is a string used for paginating responses.

thomastaylor312 commented 1 month ago

Yeah I was just looking at some stuff for compare and swap and realized we should probably change this. I'll make this update when I come back with some updates for CAS operations!