# File lib/moneta/adapters/lmdb.rb, line 33
      def key?(key, options = {})
        !@db.get(key).nil?
      end