Hello, I need to get a list of all the keys of a particular CF. The API doc indicates that "get_key_range" is gone now (I'm using 0.6.5), and that I need to use "get_range_slices," which returns the list of keys and their associated rows.
Is this the only way to get the list of keys? It just seems a bit of overkill to have to pull the entire row, or am I missing something? TIA, -- -Scott