ruoyi-common/src/main/java/com/ruoyi/common/utils/RedisUtil.java @@ -153,6 +153,7 @@ public static boolean set(String key, Object value) { try { redisTemplate.opsForValue().set(key, value); return true; } catch (Exception e) {