# File lib/redis.rb, line 1849
  def hdel(key, field)
    synchronize do |client|
      client.call([:hdel, key, field])
    end
  end