EvianTian

Results 2 issues of EvianTian

如题,使用@Cached注解创建redis redis.springdata缓存正常,使用api创建的不起作用,掉put存入缓存后,实际redis中无数据,无任何报错信息。 springboot 版本2.4.3 redsi版本 3.2.1 jetcache版本 2.6.7 2.7.4都试过还是不行 jetcache 2.6.7 redis缓存 GenericObjectPoolConfig pc = new GenericObjectPoolConfig(); pc.setMinIdle(2); pc.setMaxIdle(10); pc.setMaxTotal(10); JedisPool jedisPool = new JedisPool(pc, "localhost", 6379,15,"123456",15); String keyPrefix =...

Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? 2.3.0 ### Expected behavior 执行任务时报错,原因为机器地址缺少网络协议,机器地址为192.168.15.1,修改为http://192.168.15.1后运行成功, 官网文档中并未说明机器地址如果填写,只是有图片显示机器地址是不带网络协议的,老版本这样配置运行没有问题,升级到2.3.0后运行就会报此错误,建议此bug修复后在官网文档中增加此项配置说明 16:49:20.890 logback [xxl-job, admin JobTriggerPoolHelper-fastTriggerPool-609193584] ERROR c.x.job.core.util.XxlJobRemotingUtil...