node_cassandra icon indicating copy to clipboard operation
node_cassandra copied to clipboard

Expose Timestamp & TTL

Open lpgauth opened this issue 13 years ago • 0 comments

The should be an option to expose timestamp and TTL when doing a get().

Right now they're just ignored...

col = res[key][i].column;
obj[key][col.name] = col.value;
// col.timestamp
// col.ttl

lpgauth avatar Jun 16 '11 15:06 lpgauth