在线网站seo优化,微商城开发价格,网红商城软件,线上推广的三种方式/** * 从redis中获取key对应的过期时间; * 如果该值有过期时间#xff0c;就返回相应的过期时间; * 如果该值没有设置过期时间#xff0c;就返回-1; * 如果没有该值#xff0c;就返回-2; */ redisTemplate.opsForValue().getOperations().getExpire(key的名称)/** * 从redis中获取key对应的过期时间; * 如果该值有过期时间就返回相应的过期时间; * 如果该值没有设置过期时间就返回-1; * 如果没有该值就返回-2; */ redisTemplate.opsForValue().getOperations().getExpire(key的名称)