/** 用于清空redis缓存 */ @Autowired private JedisConnectionFactory jedisConnectionFactory;redis
jedisConnectionFactory.getConnection().flushAll(); 缓存