expire不生效

1
2
3
// 这个是假的,好像是用来加上一堆空格的方法 redisTemplate.opsForValue().set(key, value, timeout);
// 用没注释的这个
redisTemplate.opsForValue().set(key, value, Duration.ofSeconds(timeout));