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