Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tsuyo/ab043611f61990ffc594394a869c7377 to your computer and use it in GitHub Desktop.
Save tsuyo/ab043611f61990ffc594394a869c7377 to your computer and use it in GitHub Desktop.
create 'test', 'cf'
list 'test'
describe 'test'
put 'test', 'row1', 'cf:a', 'value1'
put 'test', 'row2', 'cf:b', 'value2'
put 'test', 'row3', 'cf:c', 'value3'
scan 'test'
get 'test', 'row1'
disable 'test'
enable 'test'
disable 'test'
drop 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment