in session-store/example-4.py [0:0]
def incr(self, key): self.refresh() return self.redis.hincrby(self.token, key, 1)