Iterating over FoundationDB

Is there a way to iterate through all the keys in a FoundationDB to find out what data is stored in it?

Hey Giovanna,
Try using the getBoundaryKeys along with KeyValueCursor.
getBoundaryKeys allows you to map to the relevant storage servers and the KeyValueCursor helps handle out-of-band limits.