package com.ff.base.constant; /** * 缓存锁的key 常量 * * @author ff */ public class CacheLockConstants { /** * 登录用户 redis key */ public static final String CREATE_MEMBER = "CREATE:MEMBER:"; }