# File lib/redis.rb, line 375
  def exists(key)
    synchronize do |client|
      client.call [:exists, key], &_boolify
    end
  end