Check if the ID exists within <Model>:all.
Returns:
574 575 576
# File 'lib/sohm.rb', line 574 def self.exists?(id) redis.call("EXISTS", key[id]) == 1 end