# File lib/ohm.rb, line 1171
    def get(att)
      @attributes[att] = key.call("HGET", att)
    end