摘要: from utils.redis.connect import redis_cache as rr.flushdb()列表操作r.lpush("name", xxxx) or r.lpush("name", *xxxx)r.lpop("name")r.llen("name")集合操作r.sset(k 阅读全文
posted @ 2016-04-25 18:56 wswang 阅读(674) 评论(0) 推荐(0)