예제 #1
0
 def setUp(self):
     self.db = 1
     self.store = RedisStore()
     self.store.connect(self.db)
예제 #2
0
 def __init__(self):
     self.redis = Redis()
     self.redisStore =  RedisStore()
     self.mongoCall = MongoClient('localhost')['icraw']['company']