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