摘要: c := redisPool.Get() psc := redis.PubSubConn{c} psc.PSubscribe("aa*") for { switch v := psc.Receive().(type) { case redis.Subsc... 阅读全文
posted @ 2015-11-30 18:32 程序员老刘 阅读(3923) 评论(0) 推荐(0) 编辑