예제 #1
0
파일: test_proxy.py 프로젝트: smira/txRedis
 def setUp(self):
     self.redis = RedisReconnectingProxy(test_redis.REDIS_HOST, test_redis.REDIS_PORT)
예제 #2
0
파일: test_proxy.py 프로젝트: smira/txRedis
class RedisReconnectingProxyMixin:
    def setUp(self):
        self.redis = RedisReconnectingProxy(test_redis.REDIS_HOST, test_redis.REDIS_PORT)

    def tearDown(self):
        self.redis._cleanup()