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

add gm_tag_cf

parent 22e7eace
......@@ -72,6 +72,7 @@ if __name__ == '__main__':
redis_client = redis.StrictRedis.from_url('redis://:ReDis!GmTx*0aN9@172.16.40.173:6379')
gm_tag_cf_tags_key = "gm:tag:cf:tags"
redis_client.hmset(gm_tag_cf_tags_key, all_tags_cf_tags)
print("update cf tags count {}".format(len(all_tags_cf_tags)))
# doris上执行
# data = redis_client.hgetall(gm_tag_cf_tags_key)
......
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