This commit is contained in:
2025-06-22 11:38:20 +08:00
parent 708c96092b
commit 83f083242e

View File

@@ -1501,11 +1501,11 @@ public enum RedisKey {
} }
public String getKey() { public String getKey() {
return ("moliparty_" + name()).toLowerCase(); return ("molistar_" + name()).toLowerCase();
} }
public static String getCacheSign() { public static String getCacheSign() {
return "moliparty_"; return "molistar_";
} }
} }