def addIncome(self, amt): return db.hincrby(self.dbid, "inc", amt)
def addCash(self, amt): return db.hincrby(self.dbid, "cash", amt)