这样用
new StringRedisTemplate().opsForValue().increment(key, 1L); 是不对的,因为 JedisDataException: ERR value is not an integer or out of range
Showing
Please register or sign in to comment
new StringRedisTemplate().opsForValue().increment(key, 1L); 是不对的,因为 JedisDataException: ERR value is not an integer or out of range