Again, I'm not 100% clear. Let's say I have 10,000 keys that match my prefix. I make an initial list

Again, I'm not 100% clear. Let's say I have 10,000 keys that match my prefix. I make an initial list() call with that prefix and I'll get back a page plus a cursor. I can use that cursor on followup list() calls to get more pages. When it's all said and done, can I get back all 10,000 keys?
Was this page helpful?