node_cassandra
node_cassandra copied to clipboard
Expose Timestamp & TTL
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