There no first class support for just getting row keys, you will always want to get a column.
You can fake it by requesting zero columns. Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/10/2011, at 3:53 AM, David Fischer(Gtalk) wrote: > Hello all. > New to cassandra and I am using pycassa to access data. I was > wondering someone knows how to just pull row keys insead of get_range? > This question may be a bit more on the pycassa but not sure. If > someone has a java snippet to do it that would be ok also > > Thanks