iLearn
iLearn
CDCloudflare Developers
Created by iLearn on 1/23/2025 in #kv
How Cloudflare KV Billing Works for .list()
Thanks. Will try this.
13 replies
CDCloudflare Developers
Created by iLearn on 1/23/2025 in #kv
How Cloudflare KV Billing Works for .list()
Thanks. Is there a programmatic way to verify this ?
13 replies
CDCloudflare Developers
Created by iLearn on 1/23/2025 in #kv
How Cloudflare KV Billing Works for .list()
My Q is simple : assume 50 keys are returned as part of .list() call, will i also be charged for 50 keys read or ONLY 1 list operation ?
13 replies
CDCloudflare Developers
Created by iLearn on 1/23/2025 in #kv
How Cloudflare KV Billing Works for .list()
this link doesnot have the answer. Pease read my Q carefully.
13 replies
CDCloudflare Developers
Created by iLearn on 1/23/2025 in #kv
How Cloudflare KV Billing Works for .list()
Got one more (CONFLICTING) Answer by ChatGPT (o1) : Short Answer:
No, you won’t be separately charged for each of the 50 keys returned. You pay for the single .list() call (a Class B operation), regardless of how many keys it returns. --- How Cloudflare KV Billing Works for .list() - A .list() operation is considered one Class B operation in KV billing.
- You are billed for each .list() call itself, not for the number of keys it returns.
- If you have a lot of keys and require multiple pages (using cursor), each page is another Class B operation.
In your example:
const value = await env.NAMESPACE.list({ prefix: "user:1:" });
// Suppose this returns 50 keys
const value = await env.NAMESPACE.list({ prefix: "user:1:" });
// Suppose this returns 50 keys
You would only pay for 1 Class B operation for this single .list() call. There is no extra charge for the fact that it returned 50 keys.
13 replies
CDCloudflare Developers
Created by iLearn on 12/23/2024 in #general-help
Cloudflare Billing Support not responding for payment failure issue
first response received on email on 08-Jan-2025 (issue raised on 23-Dec-2025) .. but, this could be an exception as Christmas and New-Year holiday were lined-up .. my issue, somehow "magically" resolved using paypal (which otherwise was not working) .. long before response received ..
14 replies
CDCloudflare Developers
Created by iLearn on 12/23/2024 in #general-help
Cloudflare Billing Support not responding for payment failure issue
Ok . Thanks.
14 replies
CDCloudflare Developers
Created by iLearn on 12/23/2024 in #general-help
Cloudflare Billing Support not responding for payment failure issue
I already have a ticket opened .. no response received yet .. My Cloudflare Ticket "[Cloudflare - 01321154] All Indian Credit Cards getting declined", is still in New state, after 4 days. Ticket raised as P2.
14 replies