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