#!/usr/bin/python. #coding:utf-8. #服务器端. import redis. r = redis.Redis(host='127.0.0.1',port='6379') #连接redis. p = r.pubsub() #开启订阅.
確定! 回上一頁