self.queue = redis.StrictRedis(host=host, port=port, db=db) self.channel = self.queue.pubsub() self.callback = callback
確定! 回上一頁