RedisKey
This commit is contained in:
@@ -1501,11 +1501,11 @@ public enum RedisKey {
|
||||
}
|
||||
|
||||
public String getKey() {
|
||||
return ("moliparty_" + name()).toLowerCase();
|
||||
return ("molistar_" + name()).toLowerCase();
|
||||
}
|
||||
|
||||
public static String getCacheSign() {
|
||||
return "moliparty_";
|
||||
return "molistar_";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user