Ejemplo n.º 1
0
 public TemplateTest(ObjectFactory<Object> objFactory, RedisTemplate template) {
   this.objFactory = objFactory;
   this.template = template;
   ConnectionFactoryTracker.add(template.getConnectionFactory());
 }