This commit is contained in:
2025-06-22 11:38:20 +08:00
parent 407b9f1a65
commit a3928548a5

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_";
} }
} }