# File lib/ohm.rb, line 408
    def exists?(id)
      Stal.solve(redis, ["SISMEMBER", key, id]) == 1
    end