|
@@ -20,10 +20,10 @@ public class VideoAdThompsonScorerV2 {
|
|
|
|
|
|
@Autowired
|
|
|
private AlgorithmRedisHelper redisHelper;
|
|
|
- // redis:cid_aciton:{$cid}
|
|
|
- private String redisCreativeStatisticsPrefix="redis:cid_aciton:";
|
|
|
- //redis:vid_cid_aciton:{$vid}_{$cid}
|
|
|
- private String redisVideoCreativeStatisticsPrefix="redis:vid_cid_aciton:";
|
|
|
+ // redis:cid_action:{$cid}
|
|
|
+ private String redisCreativeStatisticsPrefix="redis:cid_action:";
|
|
|
+ //redis:vid_cid_action:{$vid}_{$cid}
|
|
|
+ private String redisVideoCreativeStatisticsPrefix="redis:vid_cid_action:";
|
|
|
|
|
|
private Map<String,Double> exp663Param=new HashMap<>();
|
|
|
private Map<String,Double> exp664Param=new HashMap<>();
|