# File lib/moneta/adapters/hbase.rb, line 36
      def key?(key, options = {})
        @table.get(key, @column).first != nil
      end