This commit is contained in:
Paidax
2025-09-23 10:02:02 +08:00
parent 0ab932e213
commit 5bb6133ae0
7 changed files with 232 additions and 1 deletions
@@ -62,4 +62,9 @@ public class RedisConstant {
* 用户登录锁前缀
*/
public static final String USER_LOGIN_LOCK_PREFIX = PLATFORM_REDIS_PREFIX + "user:login:lock:";
/**
* 数据接口锁前缀
*/
public static final String DATE_CENTER_PREFIX = PLATFORM_REDIS_PREFIX + "datacenter:token:";
}