Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 0.2.0
  • Loading branch information
aphyr committed Jun 29, 2011
1 parent b91ba7b commit 12ff8b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Expand Up @@ -87,20 +87,20 @@ things quickly, like only scanning hintfiles when values aren't involved.

Show all comments.

bitcask /var/lib/riak --bucket comments all
bitcask /var/lib/riak --bucket comments --color all

Get the keys of the last 10 users written to bitcask, without color.
Get the keys of the last 10 users written to bitcask

bitcask /var/lib/riak --bucket users --no-values --no-color last --limit 10
bitcask /var/lib/riak --bucket users --color -f '%k' last --limit 10

Show the full structure of a given user. Here the two arguments after `get`
are presumed to be --bucket and --key.

bitcask /var/lib/riak --verbose-values --no-keys get users sauron
bitcask /var/lib/riak --verbose-values get users sauron

Show all the changes to a given key and value over time.

bitcask /var/lib/riak --bucket users --key sauron dump
bitcask /var/lib/riak --bucket users --key sauron --format '%v' dump

Count a bucket in a specific bitcask.

Expand Down
2 changes: 1 addition & 1 deletion lib/bitcask/version.rb
@@ -1,3 +1,3 @@
class Bitcask
VERSION = '0.1.1'
VERSION = '0.2.0'
end

0 comments on commit 12ff8b0

Please sign in to comment.