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