in session-store/example-4.py [0:0]
def set(self, key, value): self.refresh() return self.redis.hset(self.token, key, value)