# File lib/redis/distributed.rb, line 58
    def exists(key)
      node_for(key).exists(key)
    end