摘要:
pool = redis.ConnectionPool(host=REDIS_HOST, port=REDIS_PORT,max_connections=3,password=REDIS_PASSWORD)redis = redis.StrictRedis(connection_pool=pool) 阅读全文
posted @ 2015-12-16 14:14 网名还没想好 阅读(813) 评论(0) 推荐(0)
|
|
|
|
摘要:
pool = redis.ConnectionPool(host=REDIS_HOST, port=REDIS_PORT,max_connections=3,password=REDIS_PASSWORD)redis = redis.StrictRedis(connection_pool=pool) 阅读全文
posted @ 2015-12-16 14:14 网名还没想好 阅读(813) 评论(0) 推荐(0) |
|