Un-manage FaultTolerantRedisCluster so it shuts down at JVM shutdown instead of Jetty shutdown.

This commit is contained in:
Jon Chambers
2020-07-30 18:20:37 -04:00
committed by Jon Chambers
parent 7cb24dd96d
commit 7bf8650d59
3 changed files with 6 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ public abstract class AbstractRedisClusterTest {
@After
public void tearDown() throws Exception {
redisCluster.stop();
redisCluster.shutdown();
}
@AfterClass