# File lib/moneta/adapters/hbase.rb, line 47 def store(key, value, options = {}) @table.mutate_row(key, @column => pack(value)) value end