@Test
 public void testKeys() throws Exception {
   assertTrue(template.keys("*") != null);
 }
 public TemplateTest(ObjectFactory<Object> objFactory, RedisTemplate template) {
   this.objFactory = objFactory;
   this.template = template;
   ConnectionFactoryTracker.add(template.getConnectionFactory());
 }