# File lib/redis.rb, line 293
  def exists(key)
    synchronize do
      _bool @client.call [:exists, key]
    end
  end