# File lib/moneta/adapters/hbase.rb, line 41
      def load(key, options = {})
        cell = @table.get(key, @column).first
        cell && unpack(cell.value)
      end