79612347

Date: 2025-05-08 12:13:29
Score: 0.5
Natty:
Report link
try (var redisClient = jedisPool.getResource()) {
    redisClient.set(key, newValue, new SetParams().keepTtl());
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: cocorossello