提交 3f442055 编写于 作者: H haoxr

refactor: 商品模块缓存key调整

上级 c67ac250
package com.youlai.mall.pms.common.constant;
/**
* 商品模块常量
*
* @author haoxr
* @date 2021/02/28
*/
public interface ProductConstants {
/**
* 订单锁定的商品列表key前缀
*/
String ORDER_LOCKED_SKUS_PREFIX = "order:locked:skus:";
/**
* 商品分布式锁key前缀
*/
String SKU_LOCK_PREFIX = "product:sku:lock:";
/**
* 临时规格ID前缀
*/
String SPEC_TEMP_ID_PREFIX = "tid_";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册