Browse Source

修复action拼写错误

zhangbo 11 months ago
parent
commit
e9cb9961d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      write_redis/alg_ad_feature_02_vidcid2action_redis.py

+ 1 - 1
write_redis/alg_ad_feature_02_vidcid2action_redis.py

@@ -25,7 +25,7 @@ config_, _ = set_config()
 log_ = Log()
 log_ = Log()
 redis_helper = RedisHelper()
 redis_helper = RedisHelper()
 
 
-REDIS_PREFIX = "redis:vid_cid_aciton:"
+REDIS_PREFIX = "redis:vid_cid_action:"
 EXPIRE_TIME = 6 * 3600
 EXPIRE_TIME = 6 * 3600
 
 
 def worker(queue, executor):
 def worker(queue, executor):