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