|
@@ -33,9 +33,10 @@ type JyActivity struct {
|
|
|
}
|
|
|
|
|
|
const (
|
|
|
- BidderPlanRedis = "main" //redis缓存库名
|
|
|
- PowerCacheDb = "other"
|
|
|
- PowerCacheKey = "bigmember_power_3_%s"
|
|
|
+ BidderPlanRedis = "main" //redis缓存库名
|
|
|
+ PowerCacheDb = "newother"
|
|
|
+ PowerCacheKey = "bigmember_power_3_%s"
|
|
|
+ IsGetUserBaseInfoRedisKey = "baseinfo_%s"
|
|
|
|
|
|
BidderPlanScheduleCache = "bidderPlan_v1_ScheduleValue_%s" //活动累计进度
|
|
|
BidderPlanFastClickCheck = "bidderPlanFastClickValue_%s" //防止连点
|