Example usage for org.springframework.data.redis ConnectionFactoryTracker cleanUp

List of usage examples for org.springframework.data.redis ConnectionFactoryTracker cleanUp

Introduction

In this page you can find the example usage for org.springframework.data.redis ConnectionFactoryTracker cleanUp.

Prototype

public static void cleanUp() 

Source Link

Usage

From source file:org.springframework.data.redis.connection.lettuce.LettuceConnectionFactoryTests.java

@AfterClass
public static void cleanUp() {
    ConnectionFactoryTracker.cleanUp();
}