immediate_list

Function immediate_list 

Source
pub fn immediate_list(store: StoreHandle) -> Vec<u8> 
Expand description

Get list of all keys in a single byte buffer

This can be a potentially quite large list although only contains the keys, not the values.

§Return

The list of all the keys is returned in a binary blob. The data is formatted in a single binary buffer that starts with a u32 count of keys and then each key is following with a u32 length of the key and then the contents of the key