Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created July 23, 2013 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvinfo/6065172 to your computer and use it in GitHub Desktop.
Save calvinfo/6065172 to your computer and use it in GitHub Desktop.
Helenus Composite Keys
var columnName = ['prefix', 'suffix']
, value = 'val'
, timestamp = new Date()
, column = new helenus.Column(columName, value, timestamp);
cf.insert(rowKey, column, options, callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment