new StringRedisTemplate().opsForValue().increment(key, 1L); 是不对的,因为 JedisDataException: ERR value is not an integer or out of range
Attach a file by drag & drop or click to upload