我正在嘗試使用redis py客戶端實現基本的pubsub。 ... class Sub(object): def __init___(self): redis = Redis(host=..., port=..., password=..., ...
確定! 回上一頁