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