Hi guys,
I'm trying to get as a result a key->value from my ColumnFamily but so far
nothing.

The ColumnFamily is ordered by LongType (I'm storing Time object as a Column
Name)

A sample code could be:
data = cassandradb.get(:Data, "00:15:6D:E6:D9:A4-networkl")

I can access to the values, but then I try to get the keys, I get the whole
Cassandra::Long object, and I only need the column name which is the time.
BTW, I,m using the ruby client.

Thanks you all. :)

Reply via email to