# File lib/ohm.rb, line 761
    def self.exists?(id)
      key[:all].call("SISMEMBER", id) == 1
    end