Commit d415c567 authored by 高雅喆's avatar 高雅喆

update

parent fb8d0f1f
......@@ -163,11 +163,11 @@ if __name__ == "__main__":
# 队列存储
hot_search_word_topic_queue = search_topic_by_match_phrase(hot_search_word)
redis_client.rpush(hot_search_word_topic_queue_key, *hot_search_word_topic_queue)
redis_client.lrange(hot_search_word_topic_queue_key, 0, 3)
# redis_client.lrange(hot_search_word_topic_queue_key, 0, 3)
hot_search_word_qa_queue = search_qa_by_match_phrase(hot_search_word)
redis_client.rpush(hot_search_word_qa_queue_key, *hot_search_word_qa_queue)
redis_client.lrange(hot_search_word_qa_queue_key, 0, 3)
# redis_client.lrange(hot_search_word_qa_queue_key, 0, 3)
for city_tag_id in all_city_tag_id:
diary_queue = search_diary_by_match_phrase(hot_search_word, city_tag_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment