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