|
@@ -44,7 +44,8 @@ public class SchedulerTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
public void redisTemplate() throws ApiException {
|
|
public void redisTemplate() throws ApiException {
|
|
-
|
|
|
|
|
|
+ redisTemplate.opsForValue().set("a:b","test");
|
|
|
|
+ redisTemplate.opsForValue().set("a:b:c","test");
|
|
}
|
|
}
|
|
|
|
|
|
@Test
|
|
@Test
|