|  | @@ -229,7 +229,7 @@ def process_and_store(row):
 | 
											
												
													
														|  |      video_id = row["video_id"]
 |  |      video_id = row["video_id"]
 | 
											
												
													
														|  |      tags = row["tags"]
 |  |      tags = row["tags"]
 | 
											
												
													
														|  |      key = REDIS_PREFIX + str(video_id)
 |  |      key = REDIS_PREFIX + str(video_id)
 | 
											
												
													
														|  | -    expire_time = 3600 * 2
 |  | 
 | 
											
												
													
														|  | 
 |  | +    expire_time = 3600 * 1.5
 | 
											
												
													
														|  |      redis_helper.set_data_to_redis(key, tags, expire_time)
 |  |      redis_helper.set_data_to_redis(key, tags, expire_time)
 | 
											
												
													
														|  |      # log_.info("video-tags写入数据key={},value={}".format(key, tags))
 |  |      # log_.info("video-tags写入数据key={},value={}".format(key, tags))
 | 
											
												
													
														|  |  
 |  |  
 |