Example #1
0
 def get_auth_token(self):
     key = "%s_%s" % (self.email, self.user_id)
     return RedisPubSub.get_redis_instance().get(key)