Long expireTime=redisTemplate.boundValueOps(key).getExpire();
int countNow = Integer.valueOf(redisTemplate.boundValueOps(key).get());
获取超时时间expiretime 为0但是我他妈的居然能拿到key对应的值,是不是redis存磁盘了,还是redis删除数据的机制原因?测试的能行,生产环境就不行了!!
慕斯王
相关分类