示例#1
0
 @Before
 public void before() throws IOException, InterruptedException {
   if (RedissonRuntimeEnvironment.isTravis) {
     RedisRunner.startDefaultRedisServerInstance();
   }
 }