use of com.lambdaworks.redis.RedisClient in project jetcache by alibaba.
the class RedisLutteceCacheTest method testSimple.
@Test
public void testSimple() throws Exception {
RedisClient client = RedisClient.create("redis://127.0.0.1");
test(client);
}
Aggregations