Ejemplo n.º 1
0
 @Test
 public void testKeys() throws Exception {
   assertTrue(template.keys("*") != null);
 }
Ejemplo n.º 2
0
 // 正则表达式 读取key 对数据库性能影响很大
 @Deprecated
 public Set keys(String pattern) {
   return (Set) redisTemplate.keys(pattern);
 }