redis 在调用 setIfAbsent()时,redis java.lang.Integer cannot be cast to java.lang.String

redisTemplate.opsForValue().setIfAbsent(redisKey, 0);
当setValue 为0 时,报类型转换错误
后来换成sss 字符串类型就好了

你可能感兴趣的:(bug-未完成,java,redis)