set_ip_pool】的更多相关文章

#! /usr/bin/env python# -*- coding: utf-8 -*- import redisimport urllib2class RedisConnect:    #class member    __redisId=""    __host=""    __port=""    __db=""    __pwd="" #Add an element to the collecti…